fix(auth): unify scheme creator display
This commit is contained in:
@@ -146,6 +146,7 @@ const App = (props: React.PropsWithChildren<AppProps>) => {
|
||||
const { user } = data;
|
||||
return {
|
||||
id: user.id,
|
||||
username: user.username,
|
||||
name: user.name,
|
||||
avatar: user.image,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user