We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5c64b commit 0ee9fceCopy full SHA for 0ee9fce
apps/backend/src/routes/user/two_factor.rs
@@ -47,7 +47,7 @@ mod get {
47
"otpauth://totp/{name}:{}?secret={}&issuer={name}",
48
urlencoding::encode(&user.email),
49
urlencoding::encode(&secret),
50
- name = urlencoding::encode("Blueprint API")
+ name = urlencoding::encode("Blueprint")
51
),
52
secret,
53
})
0 commit comments