refactoring

This commit is contained in:
dahoud
2026-03-31 09:14:47 +00:00
parent 9bfffeeebe
commit 5383df6dcb
200 changed files with 11192 additions and 7063 deletions

View File

@@ -50,3 +50,19 @@ class ProfileError extends ProfileState {
class ProfileNotFound extends ProfileState {
const ProfileNotFound();
}
class PasswordChanging extends ProfileState {
const PasswordChanging();
}
class PasswordChanged extends ProfileState {
const PasswordChanged();
}
class AccountDeleting extends ProfileState {
const AccountDeleting();
}
class AccountDeleted extends ProfileState {
const AccountDeleted();
}