mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Update for frozen-string-literal friendliness.
This commit is contained in:
parent
df95e5c571
commit
b067d5f561
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module OmniAuth
|
|||
options[:header_info] ||= ''
|
||||
self.options = options
|
||||
|
||||
@html = ''
|
||||
@html = ''.dup
|
||||
@with_custom_button = false
|
||||
@footer = nil
|
||||
header(options[:title], options[:header_info])
|
||||
|
|
Loading…
Reference in a new issue