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 303f037 commit f0a9bed
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 f0a9bed

Please sign in to comment.