allow using password to log in if security keys are available

This commit is contained in:
miloschwartz
2025-07-21 14:28:32 -07:00
parent 9f2710185b
commit 053acef728
3 changed files with 22 additions and 31 deletions

View File

@@ -229,7 +229,7 @@ export async function createOrgDomain(
// TODO: This needs to be cross region and not hardcoded
if (type === "ns") {
nsRecords = config.getRawConfig().dns.nameservers;
nsRecords = config.getRawConfig().dns.nameservers as string[];
} else if (type === "cname") {
cnameRecords = [
{