diff --git a/fundamentals/apple/auth-account-linking/final/Favourites/Shared/Auth/AuthenticationViewModel.swift b/fundamentals/apple/auth-account-linking/final/Favourites/Shared/Auth/AuthenticationViewModel.swift index 1ee1848..3fc6f5f 100644 --- a/fundamentals/apple/auth-account-linking/final/Favourites/Shared/Auth/AuthenticationViewModel.swift +++ b/fundamentals/apple/auth-account-linking/final/Favourites/Shared/Auth/AuthenticationViewModel.swift @@ -307,7 +307,7 @@ extension AuthenticationViewModel { fatalError("Invalid state: a login callback was received, but no login request was sent.") } guard let appleIDToken = appleIDCredential.identityToken else { - print("Unable to fetdch identify token.") + print("Unable to fetch identity token.") return } guard let idTokenString = String(data: appleIDToken, encoding: .utf8) else { diff --git a/fundamentals/apple/auth-account-linking/starter/Favourites/Shared/Auth/AuthenticationViewModel.swift b/fundamentals/apple/auth-account-linking/starter/Favourites/Shared/Auth/AuthenticationViewModel.swift index fee8f4e..bbb693c 100644 --- a/fundamentals/apple/auth-account-linking/starter/Favourites/Shared/Auth/AuthenticationViewModel.swift +++ b/fundamentals/apple/auth-account-linking/starter/Favourites/Shared/Auth/AuthenticationViewModel.swift @@ -175,7 +175,7 @@ extension AuthenticationViewModel { fatalError("Invalid state: a login callback was received, but no login request was sent.") } guard let appleIDToken = appleIDCredential.identityToken else { - print("Unable to fetdch identify token.") + print("Unable to fetch identity token.") return } guard let idTokenString = String(data: appleIDToken, encoding: .utf8) else { diff --git a/fundamentals/apple/auth-delete-accounts-and-data/final/Favourites/Shared/Auth/AuthenticationViewModel.swift b/fundamentals/apple/auth-delete-accounts-and-data/final/Favourites/Shared/Auth/AuthenticationViewModel.swift index 47847e1..181a911 100644 --- a/fundamentals/apple/auth-delete-accounts-and-data/final/Favourites/Shared/Auth/AuthenticationViewModel.swift +++ b/fundamentals/apple/auth-delete-accounts-and-data/final/Favourites/Shared/Auth/AuthenticationViewModel.swift @@ -156,7 +156,7 @@ extension AuthenticationViewModel { let appleIDCredential = try await signInWithApple() guard let appleIDToken = appleIDCredential.identityToken else { - print("Unable to fetdch identify token.") + print("Unable to fetch identity token.") return false } guard let idTokenString = String(data: appleIDToken, encoding: .utf8) else { @@ -298,7 +298,7 @@ extension AuthenticationViewModel { fatalError("Invalid state: a login callback was received, but no login request was sent.") } guard let appleIDToken = appleIDCredential.identityToken else { - print("Unable to fetdch identify token.") + print("Unable to fetch identity token.") return } guard let idTokenString = String(data: appleIDToken, encoding: .utf8) else { diff --git a/fundamentals/apple/auth-delete-accounts-and-data/starter/Favourites/Shared/Auth/AuthenticationViewModel.swift b/fundamentals/apple/auth-delete-accounts-and-data/starter/Favourites/Shared/Auth/AuthenticationViewModel.swift index 77557a2..8e5009d 100644 --- a/fundamentals/apple/auth-delete-accounts-and-data/starter/Favourites/Shared/Auth/AuthenticationViewModel.swift +++ b/fundamentals/apple/auth-delete-accounts-and-data/starter/Favourites/Shared/Auth/AuthenticationViewModel.swift @@ -207,7 +207,7 @@ extension AuthenticationViewModel { fatalError("Invalid state: a login callback was received, but no login request was sent.") } guard let appleIDToken = appleIDCredential.identityToken else { - print("Unable to fetdch identify token.") + print("Unable to fetch identity token.") return } guard let idTokenString = String(data: appleIDToken, encoding: .utf8) else { diff --git a/fundamentals/apple/auth-sign-in-with-apple/final/Favourites/Shared/Auth/AuthenticationViewModel.swift b/fundamentals/apple/auth-sign-in-with-apple/final/Favourites/Shared/Auth/AuthenticationViewModel.swift index 039f749..7e6d8c9 100644 --- a/fundamentals/apple/auth-sign-in-with-apple/final/Favourites/Shared/Auth/AuthenticationViewModel.swift +++ b/fundamentals/apple/auth-sign-in-with-apple/final/Favourites/Shared/Auth/AuthenticationViewModel.swift @@ -175,7 +175,7 @@ extension AuthenticationViewModel { fatalError("Invalid state: a login callback was received, but no login request was sent.") } guard let appleIDToken = appleIDCredential.identityToken else { - print("Unable to fetdch identify token.") + print("Unable to fetch identity token.") return } guard let idTokenString = String(data: appleIDToken, encoding: .utf8) else { diff --git a/fundamentals/apple/cloud-storage/final/Favourites/Shared/Auth/AuthenticationViewModel.swift b/fundamentals/apple/cloud-storage/final/Favourites/Shared/Auth/AuthenticationViewModel.swift index ec33522..aeacd81 100644 --- a/fundamentals/apple/cloud-storage/final/Favourites/Shared/Auth/AuthenticationViewModel.swift +++ b/fundamentals/apple/cloud-storage/final/Favourites/Shared/Auth/AuthenticationViewModel.swift @@ -155,7 +155,7 @@ extension AuthenticationViewModel { let appleIDCredential = try await signInWithApple() guard let appleIDToken = appleIDCredential.identityToken else { - print("Unable to fetdch identify token.") + print("Unable to fetch identity token.") return false } guard let idTokenString = String(data: appleIDToken, encoding: .utf8) else { @@ -296,7 +296,7 @@ extension AuthenticationViewModel { fatalError("Invalid state: a login callback was received, but no login request was sent.") } guard let appleIDToken = appleIDCredential.identityToken else { - print("Unable to fetdch identify token.") + print("Unable to fetch identity token.") return } guard let idTokenString = String(data: appleIDToken, encoding: .utf8) else { diff --git a/fundamentals/apple/cloud-storage/starter/Favourites/Shared/Auth/AuthenticationViewModel.swift b/fundamentals/apple/cloud-storage/starter/Favourites/Shared/Auth/AuthenticationViewModel.swift index ec33522..aeacd81 100644 --- a/fundamentals/apple/cloud-storage/starter/Favourites/Shared/Auth/AuthenticationViewModel.swift +++ b/fundamentals/apple/cloud-storage/starter/Favourites/Shared/Auth/AuthenticationViewModel.swift @@ -155,7 +155,7 @@ extension AuthenticationViewModel { let appleIDCredential = try await signInWithApple() guard let appleIDToken = appleIDCredential.identityToken else { - print("Unable to fetdch identify token.") + print("Unable to fetch identity token.") return false } guard let idTokenString = String(data: appleIDToken, encoding: .utf8) else { @@ -296,7 +296,7 @@ extension AuthenticationViewModel { fatalError("Invalid state: a login callback was received, but no login request was sent.") } guard let appleIDToken = appleIDCredential.identityToken else { - print("Unable to fetdch identify token.") + print("Unable to fetch identity token.") return } guard let idTokenString = String(data: appleIDToken, encoding: .utf8) else { diff --git a/fundamentals/apple/firestore/final/Favourites/Shared/Auth/AuthenticationViewModel.swift b/fundamentals/apple/firestore/final/Favourites/Shared/Auth/AuthenticationViewModel.swift index 926e2fc..0f4d22f 100644 --- a/fundamentals/apple/firestore/final/Favourites/Shared/Auth/AuthenticationViewModel.swift +++ b/fundamentals/apple/firestore/final/Favourites/Shared/Auth/AuthenticationViewModel.swift @@ -175,7 +175,7 @@ extension AuthenticationViewModel { fatalError("Invalid state: a login callback was received, but no login request was sent.") } guard let appleIDToken = appleIDCredential.identityToken else { - print("Unable to fetdch identify token.") + print("Unable to fetch identity token.") return } guard let idTokenString = String(data: appleIDToken, encoding: .utf8) else { diff --git a/fundamentals/apple/firestore/starter/Favourites/Shared/Auth/AuthenticationViewModel.swift b/fundamentals/apple/firestore/starter/Favourites/Shared/Auth/AuthenticationViewModel.swift index 926e2fc..0f4d22f 100644 --- a/fundamentals/apple/firestore/starter/Favourites/Shared/Auth/AuthenticationViewModel.swift +++ b/fundamentals/apple/firestore/starter/Favourites/Shared/Auth/AuthenticationViewModel.swift @@ -175,7 +175,7 @@ extension AuthenticationViewModel { fatalError("Invalid state: a login callback was received, but no login request was sent.") } guard let appleIDToken = appleIDCredential.identityToken else { - print("Unable to fetdch identify token.") + print("Unable to fetch identity token.") return } guard let idTokenString = String(data: appleIDToken, encoding: .utf8) else {