mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
correct logic for check active gms config on createUser
This commit is contained in:
parent
ef73207609
commit
a281313a38
@ -363,7 +363,7 @@ export class UserResolver {
|
||||
await EVENT_USER_REGISTER(dbUser)
|
||||
}
|
||||
|
||||
if (CONFIG.GMS_ACTIVE) {
|
||||
if (!CONFIG.GMS_ACTIVE) {
|
||||
logger.info('GMS deactivated per configuration! New user is not published to GMS.')
|
||||
} else {
|
||||
try {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user