Skip to content

Commit 0ee9fce

Browse files
committed
feat: !!!
1 parent ca5c64b commit 0ee9fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/backend/src/routes/user/two_factor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ mod get {
4747
"otpauth://totp/{name}:{}?secret={}&issuer={name}",
4848
urlencoding::encode(&user.email),
4949
urlencoding::encode(&secret),
50-
name = urlencoding::encode("Blueprint API")
50+
name = urlencoding::encode("Blueprint")
5151
),
5252
secret,
5353
})

0 commit comments

Comments
 (0)