Skip to content

Commit c9b89c8

Browse files
committed
Fix head
1 parent a1e9aca commit c9b89c8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

web/pages/login.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ export default Vue.extend({
3434
to: '/',
3535
}
3636
},
37+
head() {
38+
return {
39+
title: 'Login To Your Account - Http SMS',
40+
}
41+
},
3742
mounted() {
3843
if (this.$route.query.to) {
3944
this.to = this.$route.query.to as string

0 commit comments

Comments
 (0)