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