Skip to content

Commit

Permalink
Notify people of 401s during ajax calls
Browse files Browse the repository at this point in the history
Fixes #592
  • Loading branch information
hennevogel committed Feb 11, 2020
1 parent 0efc385 commit 7c0cb09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/devise/ichain_sessions/new.js.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$('#flash').html('<div class="alert alert-danger">Unauthorized: Please Sign In!</div>');
1 change: 1 addition & 0 deletions app/views/devise/ichain_sessions/new_test.js.erb

0 comments on commit 7c0cb09

Please sign in to comment.