feat(#3): Add forgot password functionality

This commit is contained in:
Josh Creek
2024-06-06 19:21:16 +01:00
parent 79715504e7
commit ec1f9a993d
4 changed files with 179 additions and 18 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
import { writable } from 'svelte/store';
export const general = writable({ hideToast: true });
export const general = writable({ hideToast: true, toastMessage: '', toastType: 'success' });