Skip to content

Commit ec82339

Browse files
committed
Fix redirect URL
1 parent 1043478 commit ec82339

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/components/FirebaseAuth.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default class FirebaseAuth extends Vue {
6464
},
6565
// Will use popup for IDP Providers sign-in flow instead of the default, redirect.
6666
signInFlow: this.$vuetify.breakpoint.mdAndDown ? 'redirect' : 'popup',
67-
signInSuccessUrl: this.$store.getters.getAppData.url + '/login',
67+
signInSuccessUrl: window.location.href,
6868
signInOptions: [
6969
// Leave the lines as is for the providers you want to offer your users.
7070
ProviderId.GITHUB,

0 commit comments

Comments
 (0)