mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
818bf1355d
Amended plugin interfaces so they work with the vk sample
9 lines
194 B
Ruby
9 lines
194 B
Ruby
class Plugin::AuthProvider
|
|
attr_accessor :glyph, :background_color, :title,
|
|
:message, :frame_width, :frame_height, :authenticator
|
|
|
|
def name
|
|
authenticator.name
|
|
end
|
|
|
|
end
|