1 parent a514f87 commit a60662cCopy full SHA for a60662c
1 file changed
web/components/FirebaseAuth.vue
@@ -63,8 +63,8 @@ export default class FirebaseAuth extends Vue {
63
},
64
65
// Will use popup for IDP Providers sign-in flow instead of the default, redirect.
66
- signInFlow: 'popup',
67
- signInSuccessUrl: this.$store.getters.getAppData.url,
+ signInFlow: this.$vuetify.breakpoint.mdAndDown ? 'redirect' : 'popup',
+ signInSuccessUrl: this.$store.getters.getAppData.url + '/login',
68
signInOptions: [
69
// Leave the lines as is for the providers you want to offer your users.
70
ProviderId.GITHUB,
0 commit comments