fix: block clientId login in OIDC mode (crash fix)

- ui/routes/auth.js: auth.isOidc → redirect to /login with error instead of
  calling issueMockToken which throws 'Mock keypair not initialized'
- This was crashing the process via unhandled promise rejection
This commit is contained in:
“Naeel”
2026-06-10 11:42:50 +04:00
parent e22b7ac408
commit 32cb0f4ac6
3 changed files with 199 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ipwhitelist",
"version": "0.5.34",
"version": "0.5.35",
"description": "IP WhiteList microservice for cloud provider",
"main": "server.js",
"scripts": {