passport reset response updated
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
@extends('layouts.auth')
|
||||
|
||||
@section('title', trans('auth.forgot_password'))
|
||||
@section('title', trans('auth.reset_password'))
|
||||
|
||||
@section('message', trans('auth.reset_password'))
|
||||
|
||||
@section('content')
|
||||
<div role="alert" class="alert alert-success d-none" :class="(form.response.success) ? 'show' : ''" v-if="form.response.success" v-html="form.response.message"></div>
|
||||
<div role="alert" class="alert alert-danger d-none" :class="(form.response.error) ? 'show' : ''" v-if="form.response.error" v-html="form.response.message"></div>
|
||||
{!! Form::open([
|
||||
'route' => 'forgot',
|
||||
'id' => 'forgot',
|
||||
|
Reference in New Issue
Block a user