Skip to content

Commit

Permalink
Fixed regmail getting overwritten by work in usr-settings #446
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Sep 3, 2022
1 parent e4fe0dd commit 77cbf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/usersettings.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<div class="form-group mt-4">
<label for="active_email">Your registered e-mail</label>
<input type="email" class="form-control" name="active_email" value="{{ $user->email }}" disabled>
<input type="email" class="form-control" name="active_email" value="{{ $user->handover->email }}" disabled>
<small class="form-text text-muted">We're sending notifications to this address.</small>
</div>

Expand Down

0 comments on commit 77cbf26

Please sign in to comment.