mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 02:35:57 +02:00
105842700-portal
This commit is contained in:
parent
360fb57a68
commit
6077f6c36d
16 changed files with 378 additions and 16 deletions
|
@ -2,6 +2,8 @@ class Registrant::SessionsController < Devise::SessionsController
|
|||
layout 'registrant/application'
|
||||
|
||||
def login
|
||||
@user = RegistrantUser.find_by_username('registrar1')
|
||||
sign_in(@user, event: :authentication)
|
||||
end
|
||||
|
||||
# rubocop: disable Metrics/AbcSize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue