Added Email Capability
This commit is contained in:
@@ -23,7 +23,7 @@ const submit = () => {
|
||||
<GlassBox title="Forgot Your Password?" blurb="No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.">
|
||||
<v-alert v-if="status" type="success" class="mb-2">{{ status }}</v-alert>
|
||||
|
||||
<v-form style="width: 100%" @submit.prevent="submit">
|
||||
<v-form style="width: 100%" @submit.prevent="submit" v-if="!status">
|
||||
<v-container>
|
||||
<v-row>
|
||||
<v-col cols="12">
|
||||
|
||||
Reference in New Issue
Block a user