refactor: removed 1.x client files
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
/* global CONSTANTS, graphQL, siteConfig */
|
||||
|
||||
export default {
|
||||
name: 'login',
|
||||
data () {
|
||||
return {
|
||||
error: false,
|
||||
@@ -50,6 +49,11 @@ export default {
|
||||
return siteConfig.title
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
this.$store.commit('navigator/subtitleStatic', 'Login')
|
||||
this.refreshStrategies()
|
||||
this.$refs.iptEmail.focus()
|
||||
},
|
||||
methods: {
|
||||
selectStrategy (key, useForm) {
|
||||
this.selectedStrategy = key
|
||||
@@ -188,11 +192,6 @@ export default {
|
||||
})
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
this.$store.commit('navigator/subtitleStatic', 'Login')
|
||||
this.refreshStrategies()
|
||||
this.$refs.iptEmail.focus()
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user