Skip to content

Commit 0d56ed1

Browse files
committed
Fix flash margins on login page
1 parent 6b2649a commit 0d56ed1

File tree

1 file changed

+1
-1
lines changed
  • resources/assets/scripts/components/auth

1 file changed

+1
-1
lines changed

resources/assets/scripts/components/auth/Login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div>
3-
<flash/>
3+
<flash container="mb-2"/>
44
<login-form
55
v-if="this.$route.name === 'login'"
66
v-bind:user="user"

0 commit comments

Comments
 (0)