2018-03-25 10:24:34 +00:00
< template >
< div class = 'login-box' >
< div class = 'icon' > < / div >
< div class = 'form' >
< h3 > Create an account < / h3 >
< label for = 'email' > EMAIL < / label >
2018-03-25 12:00:01 +00:00
< input type = 'email' name = 'email' class = 'flat' autofocus >
2018-03-25 10:24:34 +00:00
< label for = 'username' > USERNAME < / label >
< input type = 'text' name = 'username' class = 'flat' >
< label for = 'password' > PASSWORD < / label >
< input type = 'password' name = 'password' class = 'flat' >
< button class = 'submit' > Continue < / button >
< span > By registering , you agree to Discord 's <a href=' https : //discordapp.com/terms'>Terms of Service</a> and <a href='https://discordapp.com/privacy'>Privacy Policy</a></span>
< hr >
< span > Already have an account ? < router -link to = 'login' > Login < / r o u t e r - l i n k > < / s p a n >
< / div >
< / div >
< / template > < script >
export default {
name : 'login-' ,
data ( ) { return { gs : gs . get } ; }
}
< / script >