mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
[2fa] "UptimeKuma" to "Uptime Kuma"
This commit is contained in:
parent
295ccba44b
commit
c4f78d776e
@ -281,7 +281,7 @@ let indexHTML = fs.readFileSync("./dist/index.html").toString();
|
||||
if (user.twofa_status == 0) {
|
||||
let newSecret = await genSecret()
|
||||
let encodedSecret = base32.encode(newSecret);
|
||||
let uri = `otpauth://totp/UptimeKuma:${user.username}?secret=${encodedSecret}`;
|
||||
let uri = `otpauth://totp/Uptime%20Kuma:${user.username}?secret=${encodedSecret}`;
|
||||
|
||||
await R.exec("UPDATE `user` SET twofa_secret = ? WHERE id = ? ", [
|
||||
newSecret,
|
||||
|
Loading…
Reference in New Issue
Block a user