fix: 🐛 Öppna på Android utan originAppScheme

This commit is contained in:
Kajetan Kazimierczak 2022-04-14 01:07:09 +02:00
parent a6114608ed
commit 30b5bbb51e
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ export const Login = () => {
const frejaUrl =
Platform.OS === 'ios'
? `${token}&originAppScheme=${originAppScheme}`
: `${token}&originAppScheme=${originAppScheme}`
: `${token}`
Linking.openURL(frejaUrl)
} catch (err) {
setError(t('auth.freja.OpenManually'))