fix(app): make login account selector use clickable rows (#32)

This commit is contained in:
hampus-fluxer 2026-01-06 00:05:34 +01:00 committed by GitHub
parent 2e007b5076
commit e1c73c2cc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -201,6 +201,7 @@ const AuthLoginLayout = observer(function AuthLoginLayout({
error={switchError}
disabled={isSwitching}
showInstance
clickableRows
onSelectAccount={handleSelectExistingAccount}
onAddAccount={handleAddAnotherAccount}
/>