Use new layout for login
This commit is contained in:
parent
f68cf3f236
commit
0bed3ae956
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
class Users::SessionsController < Sessions::SessionsController
|
class Users::SessionsController < Sessions::SessionsController
|
||||||
|
layout "new_application"
|
||||||
|
|
||||||
# before_action :configure_sign_in_params, only: [:create]
|
# before_action :configure_sign_in_params, only: [:create]
|
||||||
|
|
||||||
def demo
|
def demo
|
||||||
|
|
Loading…
Reference in a new issue