feat: oauth2 login (wip)

This commit is contained in:
Nick
2019-04-21 02:04:00 -04:00
parent 6fe49309c1
commit 8af21c02af
7 changed files with 67 additions and 26 deletions

View File

@@ -189,7 +189,7 @@ export default {
this.screen = 'login'
if (!strategy.useForm) {
this.isLoading = true
window.location.assign(this.$helpers.resolvePath('login/' + strategy.key))
window.location.assign('/login/' + strategy.key)
} else {
this.$nextTick(() => {
this.$refs.iptEmail.focus()