mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-16 03:30:05 -05:00
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
|