mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Cover change username page with e2e tests and fix minor bugs
This commit is contained in:
@@ -18,7 +18,7 @@ export interface User {
|
||||
}
|
||||
|
||||
export type State = {
|
||||
user: User; // TODO: replace with centralized global state
|
||||
user: User;
|
||||
};
|
||||
|
||||
const defaults: User = {
|
||||
|
||||
Reference in New Issue
Block a user