chore: add change password
This commit is contained in:
@@ -5,6 +5,10 @@ export type RootStackParamList = {
|
||||
role: undefined;
|
||||
};
|
||||
|
||||
export type ChangePasswordStackParamList = {
|
||||
ChangePassword: undefined;
|
||||
};
|
||||
|
||||
export type AuthStackParamList = {
|
||||
RoleSelect: undefined;
|
||||
ClientLogin: undefined;
|
||||
|
||||
Reference in New Issue
Block a user