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

View File

@@ -1,6 +1,6 @@
<template>
<div>
<flash/>
<flash container="mb-2"/>
<login-form
v-if="this.$route.name === 'login'"
v-bind:user="user"