Skip to content

Commit

Permalink
fix: 🐛 Öppna på Android utan originAppScheme
Browse files Browse the repository at this point in the history
  • Loading branch information
kajetan-kazimierczak committed Apr 13, 2022
1 parent a611460 commit 30b5bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/skolplattformen-app/components/login.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit 30b5bbb

Please sign in to comment.