diff --git a/flutter-ory-network/lib/repositories/auth.dart b/flutter-ory-network/lib/repositories/auth.dart index fc55553..6923006 100644 --- a/flutter-ory-network/lib/repositories/auth.dart +++ b/flutter-ory-network/lib/repositories/auth.dart @@ -182,7 +182,7 @@ class AuthRepository { Future _logInWithAppleOnIOS() async { try { - //Check if Apple SignIn isn available for the device or not + //Check if Apple SignIn is available for the device or not if (await SignInWithApple.isAvailable()) { // create nonce final rawNonce = generateNonce();