diff --git a/app/app/views/auth0/failure.html.erb b/app/app/views/auth0/failure.html.erb index 0f257827..b5b75372 100644 --- a/app/app/views/auth0/failure.html.erb +++ b/app/app/views/auth0/failure.html.erb @@ -1,4 +1,4 @@ - +
Error message: <%= @error_msg %>
diff --git a/app/app/views/layouts/application.html.erb b/app/app/views/layouts/application.html.erb index 16125f3e..3ee5ee1f 100644 --- a/app/app/views/layouts/application.html.erb +++ b/app/app/views/layouts/application.html.erb @@ -15,9 +15,7 @@ - + <%= yield %>