fix: small admin fixes
This commit is contained in:
parent
bde27cce4c
commit
b1b8b82260
5 changed files with 41 additions and 43 deletions
|
|
@ -20,7 +20,7 @@ login.generateOTP(name).then(otp => {
|
|||
if (domain === 'localhost') {
|
||||
console.log(`https://${domain}:3000/register?otp=${otp}`)
|
||||
} else {
|
||||
console.log(`https://${domain}?otp=${otp}`)
|
||||
console.log(`https://${domain}/register?otp=${otp}`)
|
||||
}
|
||||
|
||||
process.exit(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue