mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-09-16 20:00:35 +00:00
Biome update
This commit is contained in:
@@ -40,7 +40,7 @@ export default function Setup() {
|
||||
|
||||
try {
|
||||
const user = await createUser(payload, true);
|
||||
if (user && typeof user.id !== "undefined" && user.id) {
|
||||
if (user?.id) {
|
||||
try {
|
||||
await login(user.email, password);
|
||||
// Trigger a Health change
|
||||
|
Reference in New Issue
Block a user