Ignore:
Timestamp:
02/24/21 17:04:35 (4 years ago)
Author:
Özkan İliyaz <iliyaz_96@…>
Branches:
master
Children:
0c07a90
Parents:
1f059b0
Message:

ADD post confirmation with multiple phases, notification after succesfully password creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • resources/views/auth/login.blade.php

    r1f059b0 rd25ba66  
    2222                                                                        <div class="alert alert-danger alert-dismissible fade show" role="alert">
    2323                                                                                <strong> {{ Session::get('isActiveError') }} </strong>
     24                                                                                <button type="button" class="close" data-dismiss="alert" aria-label="Close"></button>
     25                                                                        </div>
     26                                                                @endif
     27
     28                                                                @if(Session::has('password_created'))
     29                                                                        <div class="alert alert-success alert-dismissible fade show" role="alert">
     30                                                                                <strong> {{ Session::get('password_created') }} </strong>
    2431                                                                                <button type="button" class="close" data-dismiss="alert" aria-label="Close"></button>
    2532                                                                        </div>
Note: See TracChangeset for help on using the changeset viewer.