Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8772cf0 commit 92eb342Copy full SHA for 92eb342
site/src/pages/UserSettingsPage/AccountPage/AccountPage.tsx
@@ -27,7 +27,7 @@ export const AccountPage: React.FC = () => {
27
initialValues={{
28
username: me.username,
29
// Fail-open, as the API endpoint will check again on submit
30
- editable: canEditUsers || false,
+ editable: canEditUsers || true,
31
}}
32
onSubmit={(data) => {
33
authSend({
0 commit comments