Skip to content

Commit

Permalink
Fix (frontend): 새 계정 생성 버튼 복귀
Browse files Browse the repository at this point in the history
계정 생성이 수동이 아니게 됐으니..
  • Loading branch information
HotoRas committed Oct 21, 2024
1 parent 79d42fc commit 86ebd8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,10 @@ export async function openAccountMenu(opts: {
children: [{
text: i18n.ts.existingAccount,
action: () => { showSigninDialog(); },
}, /*{
}, {
text: i18n.ts.createAccount,
action: () => { createAccount(); },
}*/],
}],
}, {
type: 'link',
icon: 'ti ti-users',
Expand Down

0 comments on commit 86ebd8d

Please sign in to comment.