Skip to content

Commit 92eb342

Browse files
authored
really fail-open
1 parent 8772cf0 commit 92eb342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/UserSettingsPage/AccountPage/AccountPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const AccountPage: React.FC = () => {
2727
initialValues={{
2828
username: me.username,
2929
// Fail-open, as the API endpoint will check again on submit
30-
editable: canEditUsers || false,
30+
editable: canEditUsers || true,
3131
}}
3232
onSubmit={(data) => {
3333
authSend({

0 commit comments

Comments
 (0)