mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Remove unused tests
This commit is contained in:
parent
6e99521d59
commit
6c24eff1ef
3 changed files with 94 additions and 94 deletions
|
@ -6,7 +6,7 @@ class Registrar
|
|||
session[:omniauth_hash] = user_hash
|
||||
@api_user = ApiUser.from_omniauth(user_hash)
|
||||
|
||||
return unless @api_user.persisted?
|
||||
return unless @api_user
|
||||
|
||||
sign_in_and_redirect(:registrar_user, @api_user)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue