feat(frontend): restore account oauth and yearbook flows

This commit is contained in:
2026-07-25 16:35:49 +00:00
parent f8bd3b4138
commit 11a559f169
8 changed files with 1198 additions and 3 deletions
+3 -2
View File
@@ -352,11 +352,12 @@ const handleEnter = async (profile: LobbyProfile, targetPath: string) => {
</div>
<div class="p-6 flex justify-center space-x-4">
<button
<RouterLink
to="/account"
class="bg-zinc-800 hover:bg-zinc-700 text-white px-6 py-2 rounded border border-zinc-700 transition-colors"
>
비밀번호 & 전콘 & 탈퇴
</button>
</RouterLink>
<button
class="bg-zinc-800 hover:bg-zinc-700 text-white px-6 py-2 rounded border border-zinc-700 transition-colors"
@click="handleLogout"