apps/web: use displayName or username
This commit is contained in:
parent
dc9e0852ac
commit
e51c59274c
@ -95,7 +95,7 @@ export const Form = {
|
||||
type="submit"
|
||||
onClick={() => handleRefreshToken()}
|
||||
>
|
||||
Продолжить как <b>{user?.displayName}</b>
|
||||
Продолжить как <b>{user?.displayName || user.username}</b>
|
||||
</button>
|
||||
);
|
||||
}
|
||||
@ -218,7 +218,7 @@ export const Form = {
|
||||
type="submit"
|
||||
onClick={() => handleRefreshToken()}
|
||||
>
|
||||
Продолжить как <b>{user?.displayName}</b>
|
||||
Продолжить как <b>{user?.displayName || user.username}</b>
|
||||
</button>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user