password recovery flow

This commit is contained in:
Michael Dausmann
2023-05-06 18:31:00 +10:00
parent fe0f68087c
commit c6b48f05c1
4 changed files with 95 additions and 3 deletions

View File

@@ -57,6 +57,7 @@
<input v-model="password" id="password" type="password" class="w-full p-2 border border-gray-400 rounded-md"
placeholder="Enter your password" required>
</div>
<NuxtLink id="forgotPasswordLink" to="/forgotpassword" class="text-right block">Forgot your password?</NuxtLink>
<button :disabled="loading || password === ''" type="submit"
class="w-full py-2 text-white bg-indigo-600 rounded-md hover:bg-indigo-700">Sign in</button>
</form>