mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 02:39:29 +08:00
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
|