Migrate permission away from Jetstream; Moved update user to REST API

This commit is contained in:
Constantin Graf
2026-05-21 23:22:09 +02:00
parent 433a6f3770
commit 28ecfc63a3
28 changed files with 1191 additions and 229 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View 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