mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 03:02:19 +08:00
fix(auth): disallow changing of authenticator uid (#6808)
This commit is contained in:
parent
4f06ebcdd2
commit
6cb13f73e6
@ -349,6 +349,7 @@ export const authenticatorsSchema: ISchema = {
|
|||||||
name: {
|
name: {
|
||||||
'x-component': 'CollectionField',
|
'x-component': 'CollectionField',
|
||||||
'x-decorator': 'FormItem',
|
'x-decorator': 'FormItem',
|
||||||
|
'x-disabled': true,
|
||||||
},
|
},
|
||||||
authType: {
|
authType: {
|
||||||
'x-component': 'CollectionField',
|
'x-component': 'CollectionField',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user