Ignore:
Timestamp:
11/23/21 22:01:52 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
master
Children:
dbc5976
Parents:
4d73966
Message:

bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/Notifications/WelcomeUser.php

    r4d73966 r0a1fb54  
    4949            ->line("Security Code: " . $this->user->security_code)
    5050            ->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.")
    5252            ->action("Create Password", url("/auth/create-password/" . $this->user->id . "/" . $this->user->verify_token));
    5353    }
Note: See TracChangeset for help on using the changeset viewer.