Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit 0cbd5e0

Browse files
committed
activate_totp: change issuer to rubywarden
1 parent 5ba9f98 commit 0cbd5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/activate_totp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def usage
5757
end
5858

5959
totp_secret = ROTP::Base32.random_base32
60-
totp = ROTP::TOTP.new(totp_secret, :issuer => "bitwarden-ruby")
60+
totp = ROTP::TOTP.new(totp_secret, :issuer => "rubywarden")
6161
totp_url = totp.provisioning_uri(username)
6262

6363
qrcode = RQRCode::QRCode.new(totp_url)

0 commit comments

Comments
 (0)