mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-23 21:04:21 +08:00
Работает аутентификация на разных страницах, но не в соседних вкладках
This commit is contained in:
parent
4b9f81c484
commit
587bf159c5
@ -122,8 +122,10 @@ export default {
|
||||
|
||||
<div v-else>
|
||||
<!-- This will be displayed if the user is not authenticated -->
|
||||
<p>Я вас не знаю, идите нафиг</p>
|
||||
</div>
|
||||
<p>Ты с какого района?</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<input v-model="username" type="text" placeholder="Имя пользователя" />
|
||||
@ -142,6 +144,8 @@ export default {
|
||||
>
|
||||
Войти
|
||||
</button>
|
||||
|
||||
</div>
|
||||
<button @click="logout">Logout</button>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user