Skip to content

Commit 932f65e

Browse files
committed
Fix conflict and disabled cursor.
1 parent 2f31620 commit 932f65e

File tree

1 file changed

+1
-1
lines changed
  • src/frontend/src/routes/(new-styling)/authorize/(panel)/continue

1 file changed

+1
-1
lines changed

src/frontend/src/routes/(new-styling)/authorize/(panel)/continue/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
: handleEnableMultipleAccounts}
397397
label={$t`Enable multiple accounts`}
398398
size="sm"
399-
disabled={true || isAuthenticatingDefault}
399+
disabled={isAuthenticatingDefault}
400400
/>
401401
<Tooltip
402402
label={$t`Multiple accounts`}

0 commit comments

Comments
 (0)