( ˘︹˘ )
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
This commit is contained in:
@@ -14,11 +14,11 @@
|
|||||||
<button @click="navigate" role="link">Users</button>
|
<button @click="navigate" role="link">Users</button>
|
||||||
</router-link>
|
</router-link>
|
||||||
|
|
||||||
<router-link :to="/register" custom v-slot="{ navigate }"> <!-- TODO: only if token == invalid -->
|
<router-link to="/register" custom v-slot="{ navigate }"> <!-- TODO: only if token == invalid -->
|
||||||
<button @click="navigate" role="link">Register</button>
|
<button @click="navigate" role="link">Register</button>
|
||||||
</router-link>
|
</router-link>
|
||||||
|
|
||||||
<router-link :to="/login" custom v-slot="{ navigate }"> <!-- TODO: only if token == invalid -->
|
<router-link to="/login" custom v-slot="{ navigate }"> <!-- TODO: only if token == invalid -->
|
||||||
<button @click="navigate" role="link">Login</button>
|
<button @click="navigate" role="link">Login</button>
|
||||||
</router-link>
|
</router-link>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user