From e42c22b79bd8410b0adb557bdc92a3f98ccf9ce2 Mon Sep 17 00:00:00 2001 From: Alexandra Talalaieva <25621530+sashatalalasha@users.noreply.github.com> Date: Fri, 3 Nov 2023 14:59:07 +0100 Subject: [PATCH] chore: fix typo Co-authored-by: Jonas Hungershausen --- flutter-ory-network/lib/repositories/auth.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();