removed obsolete remember me button, added notification when trying to go down a protected route

This commit is contained in:
Sockenklaus
2021-10-23 09:37:17 +02:00
parent 2851a762a6
commit 08b31860b3
4 changed files with 15 additions and 18 deletions

View File

@@ -1,7 +1,5 @@
<template>
{{notifications}}
<transition-group name="toasts" tag="div" class="toast-container position-absolute top-0 start-50 mt-3 translate-middle-x">
<div v-for="(note) in notifications" :key="note[0]" class="show toast border-0 text-white" :class="`bg-${note[1].type}`" role="alert" aria-live="assertive" aria-atomic="true">
<div class="d-flex">