Skip to content

Commit

Permalink
Merge pull request #593 from hennevogel/bugfix/592
Browse files Browse the repository at this point in the history
Notify people of 401s during ajax calls
  • Loading branch information
hennevogel committed Feb 11, 2020
2 parents a519845 + 44fac90 commit 3731984
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 3731984

Please sign in to comment.