fix(auth): disallow changing of authenticator uid (#6808)

This commit is contained in:
YANG QIA 2025-04-29 15:26:23 +08:00 committed by GitHub
parent 4f06ebcdd2
commit 6cb13f73e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -349,6 +349,7 @@ export const authenticatorsSchema: ISchema = {
name: {
'x-component': 'CollectionField',
'x-decorator': 'FormItem',
'x-disabled': true,
},
authType: {
'x-component': 'CollectionField',