Changeset 0a1fb54 for app/Notifications
- Timestamp:
- 11/23/21 22:01:52 (3 years ago)
- Branches:
- master
- Children:
- dbc5976
- Parents:
- 4d73966
- Location:
- app/Notifications
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Notifications/VerifyUser.php
r4d73966 r0a1fb54 70 70 ]; 71 71 } 72 73 74 72 } -
app/Notifications/WelcomeUser.php
r4d73966 r0a1fb54 49 49 ->line("Security Code: " . $this->user->security_code) 50 50 ->line("To create password for your account just click the button then create something good. :))") 51 ->line("NOTE: You have only 10 minutes to create your password.")51 ->line("NOTE: You have only 3 hours to create your password.") 52 52 ->action("Create Password", url("/auth/create-password/" . $this->user->id . "/" . $this->user->verify_token)); 53 53 }
Note:
See TracChangeset
for help on using the changeset viewer.