mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 07:21:12 +00:00
fix source indent of lib/redmine/twofa/totp.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20659 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c18f92eeb6
commit
2edd00b3b7
@ -54,10 +54,12 @@ module Redmine
|
|||||||
end
|
end
|
||||||
|
|
||||||
def init_pairing_view_variables
|
def init_pairing_view_variables
|
||||||
super.merge({
|
super.merge(
|
||||||
|
{
|
||||||
provisioning_uri: provisioning_uri,
|
provisioning_uri: provisioning_uri,
|
||||||
totp_key: @user.twofa_totp_key
|
totp_key: @user.twofa_totp_key
|
||||||
})
|
}
|
||||||
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user