fix: ui and chromium compatibility

This commit is contained in:
Taranto 2020-10-22 16:25:22 +01:00 committed by Josh Harvey
parent 00387e0862
commit 7b5c70a958
15 changed files with 66 additions and 45 deletions

View file

@ -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}`)
}