chore: add change password

This commit is contained in:
2026-03-01 16:32:43 +01:00
parent 7b23f82355
commit e4020c6388
8 changed files with 261 additions and 7 deletions
+4
View File
@@ -5,6 +5,10 @@ export type RootStackParamList = {
role: undefined;
};
export type ChangePasswordStackParamList = {
ChangePassword: undefined;
};
export type AuthStackParamList = {
RoleSelect: undefined;
ClientLogin: undefined;