Просмотр исходного кода

Can enter on login to login doesn't route to home anymore

master
Lene Scholtz 6 лет назад
Родитель
Сommit
71a71a8cd1
1 измененных файлов: 2 добавлений и 0 удалений
  1. 2
    0
      src/components/user/loginPage.vue

+ 2
- 0
src/components/user/loginPage.vue Просмотреть файл

11
             @click="routerGoTo('/user/register')"
11
             @click="routerGoTo('/user/register')"
12
             class="btn"
12
             class="btn"
13
             style="margin:2px; color: #60CBEB"
13
             style="margin:2px; color: #60CBEB"
14
+            type="button"
14
           >Register</button>
15
           >Register</button>
15
           <button
16
           <button
16
             @click="routerGoTo('/user/registeragency')"
17
             @click="routerGoTo('/user/registeragency')"
17
             class="btn"
18
             class="btn"
18
             style="margin:2px; color: #60CBEB"
19
             style="margin:2px; color: #60CBEB"
20
+            type="button"
19
           >Agency Registration</button>
21
           >Agency Registration</button>
20
           <div v-if="this.$store.state.authentication.status === 'error'">
22
           <div v-if="this.$store.state.authentication.status === 'error'">
21
             <alert
23
             <alert

Загрузка…
Отмена
Сохранить