fix: ui and chromium compatibility
This commit is contained in:
parent
00387e0862
commit
7b5c70a958
15 changed files with 66 additions and 45 deletions
|
|
@ -18,7 +18,7 @@ if (!name) {
|
|||
|
||||
login.generateOTP(name).then(otp => {
|
||||
if (domain === 'localhost') {
|
||||
console.log(`https://${domain}:3000/register?otp=${otp}`)
|
||||
console.log(`https://${domain}:3001/register?otp=${otp}`)
|
||||
} else {
|
||||
console.log(`https://${domain}/register?otp=${otp}`)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue