diff --git a/app/views/layouts/sign_in_halt.html.erb b/app/views/layouts/sign_in_halt.html.erb index 9358ade32..141958d8d 100644 --- a/app/views/layouts/sign_in_halt.html.erb +++ b/app/views/layouts/sign_in_halt.html.erb @@ -1,31 +1,50 @@ <% # This layout should be used when sign in flow is halted (due to e.g. password expiry, %> <% # or some similar halt in sign-in chain) %> -<% content_for :content do %> - - <% if flash[:error]%> -
-
- - - <%= sanitize_input(flash[:error]) %> -
-
- <% end %> -
- <%= yield %> -
-<% end %> -<%= render template: 'scinote/common/layouts/application' %> + + \ No newline at end of file