Skip to content

Commit

Permalink
不要なコメントを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
ly-nozu committed Jan 31, 2025
1 parent 4004d02 commit d61e7d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions YJLoginSDK/LoginManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ public class LoginManager {
/// - Parameter app: アプリのシングルトン。
/// - Parameter url: アプリが起動された際のURL。
/// - Parameter options: URL制御のオプション。
///
/// - Note:
/// iOS10をサポートする場合は必須。
public func application(_ app: UIApplication, open url: URL?, options: [UIApplication.OpenURLOptionsKey: Any] = [:]) -> Bool {
guard let url, let authenticationProcess else { return false }
return authenticationProcess.resume(url: url)
Expand Down

0 comments on commit d61e7d8

Please sign in to comment.