Skip to content

Commit b780d54

Browse files
committed
updating domain
1 parent 16a3a61 commit b780d54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/OtherAuthMethodControllers/PasswordlessViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class PasswordlessViewController: OtherAuthViewController {
3131

3232
// MARK: - Firebase 🔥
3333

34-
private let authorizedDomain: String = "ENTER AUTHORIZED DOMAIN"
34+
private let authorizedDomain: String = "fir-ios-auth-sample.firebaseapp.com"
3535
private let customDomain: String = "ENTER AUTHORIZED HOSTING DOMAIN"
3636

3737
private func sendSignInLink(to email: String) {
@@ -43,7 +43,7 @@ class PasswordlessViewController: OtherAuthViewController {
4343
// The sign-in operation must be completed in the app.
4444
actionCodeSettings.handleCodeInApp = true
4545
actionCodeSettings.setIOSBundleID(Bundle.main.bundleIdentifier!)
46-
actionCodeSettings.linkDomain = customDomain
46+
// actionCodeSettings.linkDomain = customDomain
4747

4848
AppManager.shared.auth()
4949
.sendSignInLink(toEmail: email, actionCodeSettings: actionCodeSettings) { error in

0 commit comments

Comments
 (0)