diff --git a/ios/App/App/App.entitlements b/ios/App/App/App.entitlements
index 17cd619..7808a07 100644
--- a/ios/App/App/App.entitlements
+++ b/ios/App/App/App.entitlements
@@ -2,15 +2,17 @@
- com.apple.developer.nfc.readersession.formats
-
- TAG
-
aps-environment
development
com.apple.developer.applesignin
Default
+ com.apple.developer.nfc.readersession.formats
+
+ NDEF
+ PACE
+ TAG
+
diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist
index 276929d..b960eaf 100644
--- a/ios/App/App/Info.plist
+++ b/ios/App/App/Info.plist
@@ -20,15 +20,6 @@
APPL
CFBundleShortVersionString
$(MARKETING_VERSION)
- CFBundleURLTypes
-
-
- CFBundleURLSchemes
-
- com.googleusercontent.apps.682262497914-5dacpk46qcc1494lood6ch8ul9c83kop
-
-
-
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
LSRequiresIPhoneOS
@@ -78,6 +69,12 @@
donetick
+
+ CFBundleURLSchemes
+
+ com.googleusercontent.apps.682262497914-5dacpk46qcc1494lood6ch8ul9c83kop
+
+
diff --git a/src/views/Authorization/LoginView.jsx b/src/views/Authorization/LoginView.jsx
index ebe6c45..3fe8a79 100644
--- a/src/views/Authorization/LoginView.jsx
+++ b/src/views/Authorization/LoginView.jsx
@@ -701,10 +701,7 @@ const LoginView = () => {
sx={{ mt: 3, mb: 2 }}
onClick={async () => {
try {
- // Clear any cached session so the account picker shows
- await SocialLogin.logout({ provider: 'google' }).catch(
- () => {},
- )
+
const user = await SocialLogin.login({
provider: 'google',
options: { scopes: ['profile', 'email', 'openid'] },