Fix flash margins on login page

This commit is contained in:
Dane Everitt 2018-06-02 17:15:04 -07:00
parent 6b2649ad2c
commit 0d56ed19a7
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -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"