Skip to content

Commit

Permalink
Changed env url
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-nunes committed Feb 5, 2021
1 parent 3e6bab3 commit 98a6b2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/views/vendor/mail/html/button.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<table border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td>
<a href="http://scmed.hopto.org/confirmaRegisto/{{ $url }}" class="button button-{{ $color ?? 'primary' }} formInput" target="_blank" rel="noopener">{{ $slot }}</a>
<a href="http://{{ config('app.url', '127.0.0.1:8000') }}/confirmaRegisto/{{ $url }}" class="button button-{{ $color ?? 'primary' }} formInput" target="_blank" rel="noopener">{{ $slot }}</a>
</td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/vendor/mail/html/button2.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<table border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td>
<a href="http://scmed.hopto.org/auth/passwords/reset/{{ $url }}" class="button button-{{ $color ?? 'primary' }} formInput" target="_blank" rel="noopener">{{ $slot }}</a>
<a href="http://{{ config('app.url', '127.0.0.1:8000') }}/auth/passwords/reset/{{ $url }}" class="button button-{{ $color ?? 'primary' }} formInput" target="_blank" rel="noopener">{{ $slot }}</a>
</td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/vendor/mail/html/button3.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<table border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td>
<a href="http://scmed.hopto.org/loginWorker" class="button button-{{ $color ?? 'primary' }} formInput" target="_blank" rel="noopener">{{ $slot }}</a>
<a href="http://{{ config('app.url', '127.0.0.1:8000') }}/loginWorker" class="button button-{{ $color ?? 'primary' }} formInput" target="_blank" rel="noopener">{{ $slot }}</a>
</td>
</tr>
</table>
Expand Down

0 comments on commit 98a6b2e

Please sign in to comment.