Ignore:
Timestamp:
12/26/21 18:31:54 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
master
Parents:
62d01a6
Message:

added db and storage backup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/Notifications/WelcomeUser.php

    r62d01a6 rc5e383e  
    5050            ->line("To create password for your account just click the button then create something good. :))")
    5151            ->line("NOTE: You have only 3 hours to create your password.")
    52             ->action("Create Password", url("/auth/create-password/" . $this->user->id . "/" . $this->user->verify_token));
     52            ->action("Create Password", url("/auth/new-password/" . $this->user->id . "/" . $this->user->verify_token));
    5353    }
    5454
Note: See TracChangeset for help on using the changeset viewer.