Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit92eb342

Browse files
authored
really fail-open
1 parent8772cf0 commit92eb342

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)

[8]ページ先頭

©2009-2025 Movatter.jp