Autofix Rubocop spacing in config (#25022)
This commit is contained in:
parent
19f9098551
commit
c0b9664a31
5 changed files with 7 additions and 40 deletions
|
@ -1,7 +1,7 @@
|
|||
WebAuthn.configure do |config|
|
||||
# This value needs to match `window.location.origin` evaluated by
|
||||
# the User Agent during registration and authentication ceremonies.
|
||||
config.origin = "#{Rails.configuration.x.use_https ? 'https' : 'http' }://#{Rails.configuration.x.web_domain}"
|
||||
config.origin = "#{Rails.configuration.x.use_https ? 'https' : 'http'}://#{Rails.configuration.x.web_domain}"
|
||||
|
||||
# Relying Party name for display purposes
|
||||
config.rp_name = "Mastodon"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue