This commit is contained in:
legop3
2025-11-18 20:54:58 -05:00
parent 288309055a
commit a1bd8eea96
7 changed files with 29 additions and 9 deletions
+2 -2
View File
@@ -42,14 +42,14 @@ export default function AuthPanel() {
{loading ? 'Logging in…' : 'Login'}
</button>
</form>
<div className="flex gap-0.5 text-sm">
{/* <div className="flex gap-0.5 text-sm">
<button type="button" onClick={() => setRole('user')} className="flex-1 button-dark">
Driver
</button>
<button type="button" onClick={() => setRole('spectator')} className="flex-1 button-dark">
Spectator
</button>
</div>
</div> */}
</div>
);
}