mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-13 16:36:41 +00:00
Merge dev into fix/log-analytics-adjustments
This commit is contained in:
@@ -31,7 +31,9 @@ export async function ensureSetupToken() {
|
||||
|
||||
// If admin exists, no need for setup token
|
||||
if (existingAdmin) {
|
||||
logger.debug("Server admin exists. Setup token generation skipped.");
|
||||
logger.debug(
|
||||
"Server admin exists. Setup token generation skipped."
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user