removed obsolete remember me button, added notification when trying to go down a protected route
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user