Skip to content

Commit

Permalink
fix(oauth): can not disable oauth
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Sep 7, 2024
1 parent db21f1c commit 8fc72f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/core/src/modules/configs/configs.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export class ConfigsService {
if (!currentProvidersMap[p.type]) {
current.providers.push(p)
} else {
currentProvidersMap[p.type] = p
Object.assign(currentProvidersMap[p.type], p)
}
})

Expand Down

0 comments on commit 8fc72f1

Please sign in to comment.