mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
refactor(core): Forbid raw enums (no-changelog)
This commit is contained in:
@@ -635,7 +635,7 @@ export interface IN8nPromptResponse {
|
||||
updated: boolean;
|
||||
}
|
||||
|
||||
export enum UserManagementAuthenticationMethod {
|
||||
export const enum UserManagementAuthenticationMethod {
|
||||
Email = 'email',
|
||||
Ldap = 'ldap',
|
||||
Saml = 'saml',
|
||||
|
||||
Reference in New Issue
Block a user