fix typo in account
Change-Id: Ic062e4af52d1ef159f10e13a73da73675b2e038a Reviewed-on: https://gerrit.instructure.com/4728 Reviewed-by: Brian Palmer <brianp@instructure.com> Tested-by: Hudson <hudson@instructure.com>
This commit is contained in:
parent
4d9a7c9be1
commit
5181980fd4
|
@ -481,7 +481,7 @@ class Account < ActiveRecord::Base
|
|||
end
|
||||
|
||||
def login_handle_name_is_customized?
|
||||
self.account_authorization_config && self.account_authorizaction_config.login_handle_name.present?
|
||||
self.account_authorization_config && self.account_authorization_config.login_handle_name.present?
|
||||
end
|
||||
|
||||
def login_handle_name
|
||||
|
|
Loading…
Reference in New Issue