[Fix #1409] Display identite form with new design

This commit is contained in:
Mathieu Magnin 2018-02-08 17:13:15 +01:00
parent 5b6a54399c
commit d9265d9686
10 changed files with 137 additions and 29 deletions

View file

@ -1,5 +1,7 @@
module NewUser
class UserController < ApplicationController
layout "new_application"
before_action :authenticate_user!
end
end