Skip to content

Commit

Permalink
Add login warning
Browse files Browse the repository at this point in the history
  • Loading branch information
liessdow committed Jun 5, 2022
1 parent f346271 commit 5665a1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<div class="alert alert-danger">
<b>You must be connected as either a pilot or oceanic controller to access natTrak functionality.</b>
</div>
@elseif (!auth()->check())
<div class="alert alert-danger">
<b>You must be logged in (via the nav bar) and be connected as either a pilot or oceanic controller to access natTrak functionality.</b>
</div>
@endif
<img src="images/newsandnotams.png" class="img-fluid py-3" style="height: 100px;" />
<div class="row mt-4">
Expand Down

0 comments on commit 5665a1e

Please sign in to comment.