refactor: removed 1.x client files

This commit is contained in:
NGPixel
2018-02-03 16:48:25 -05:00
parent 30ce9c8670
commit 23a6be1219
56 changed files with 192 additions and 2799 deletions
+5 -6
View File
@@ -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>