diff --git a/fluxer_app/src/components/auth/AuthLoginLayout.tsx b/fluxer_app/src/components/auth/AuthLoginLayout.tsx index 6d4f8ef4..59d4c934 100644 --- a/fluxer_app/src/components/auth/AuthLoginLayout.tsx +++ b/fluxer_app/src/components/auth/AuthLoginLayout.tsx @@ -201,6 +201,7 @@ const AuthLoginLayout = observer(function AuthLoginLayout({ error={switchError} disabled={isSwitching} showInstance + clickableRows onSelectAccount={handleSelectExistingAccount} onAddAccount={handleAddAnotherAccount} />