fix(auth): unify scheme creator display

This commit is contained in:
2026-07-30 14:21:20 +08:00
parent 1d7e07174f
commit 8836549697
17 changed files with 106 additions and 18 deletions
+1
View File
@@ -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,
};