remove narrow dialog
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<SMPage no-breadcrumbs background="/img/background.jpg">
|
||||
<SMRow>
|
||||
<SMDialog narrow class="mt-5">
|
||||
<SMDialog class="mt-5">
|
||||
<template v-if="!formDone">
|
||||
<h1>Forgot Password</h1>
|
||||
<SMForm v-model="form" @submit="handleSubmit">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<SMPage no-breadcrumbs background="/img/background.jpg">
|
||||
<SMRow>
|
||||
<SMDialog narrow class="mt-5">
|
||||
<SMDialog class="mt-5">
|
||||
<template v-if="!formDone">
|
||||
<h1>Forgot Username</h1>
|
||||
<SMForm v-model="form" @submit="handleSubmit">
|
||||
|
||||
Reference in New Issue
Block a user