remove narrow dialog

This commit is contained in:
2023-02-20 13:38:17 +10:00
parent 0349225ede
commit 0fcc9b0d7e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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