mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:17:08 +08:00
818bf1355d
Amended plugin interfaces so they work with the vk sample
10 lines
194 B
Ruby
10 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
|