Skip to content

Commit 5abe9ea

Browse files
committed
refactor(router): remove unused authentication routes
- Removed unused routes: forgotPassword, resetPassword, and confirmEmail - This change simplifies the routes configuration and removes references to routes that are not currently in use
1 parent 207f5d0 commit 5abe9ea

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/router/routes.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ abstract final class Routes {
4444
// --- Authentication Routes ---
4545
static const authentication = '/authentication';
4646
static const authenticationName = 'authentication';
47-
static const forgotPassword = 'forgot-password';
48-
static const forgotPasswordName = 'forgotPassword';
49-
static const resetPassword = 'reset-password';
50-
static const resetPasswordName = 'resetPassword';
51-
static const confirmEmail = 'confirm-email';
52-
static const confirmEmailName = 'confirmEmail';
5347

5448
// Top-level account linking route
5549
static const accountLinking = '/account-linking';

0 commit comments

Comments
 (0)