mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02:15 +01:00
Migrate permission away from Jetstream; Moved update user to REST API
This commit is contained in:
committed by
Constantin Graf
parent
12d58ee42c
commit
5d744d70c4
BIN
resources/testfiles/test.png
Normal file
BIN
resources/testfiles/test.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
9
resources/views/emails/verify-updated-email.blade.php
Normal file
9
resources/views/emails/verify-updated-email.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
@component('mail::message')
|
||||
{{ __('Please verify your new email address for your solidtime account.') }}
|
||||
|
||||
@component('mail::button', ['url' => $verificationUrl])
|
||||
{{ __('Verify Email Address') }}
|
||||
@endcomponent
|
||||
|
||||
{{ __('If you did not request this change, you may discard this email.') }}
|
||||
@endcomponent
|
||||
Reference in New Issue
Block a user