Fix flash margins on login page
This commit is contained in:
parent
6b2649ad2c
commit
0d56ed19a7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<flash/>
|
<flash container="mb-2"/>
|
||||||
<login-form
|
<login-form
|
||||||
v-if="this.$route.name === 'login'"
|
v-if="this.$route.name === 'login'"
|
||||||
v-bind:user="user"
|
v-bind:user="user"
|
||||||
|
|
Loading…
Add table
Reference in a new issue