FEATURE: Trigger Discourse events from authenticators. (#7724)

This commit is contained in:
Dan Ungureanu
2019-06-11 04:28:42 +03:00
committed by Sam
parent d073a7d5a8
commit a046f6ced5
3 changed files with 3 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true
class Auth::Result
attr_accessor :user, :name, :username, :email, :user,
attr_accessor :user, :name, :username, :email,
:email_valid, :extra_data, :awaiting_activation,
:awaiting_approval, :authenticated, :authenticator_name,
:requires_invite, :not_allowed_from_ip_address,