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 moved

Legend:

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

    r62d01a6 rc5e383e  
    11@extends('layouts.auth')
    22
    3 @section("title", "SaveSpace - Create password")
     3@section("title", "SaveSpace - New password")
    44
    55@section('content')
     
    1111    <!-- ./ logo -->
    1212
    13     <h5>Create password</h5>
     13    <h5>New password</h5>
    1414
    1515    <!-- form -->
    16     <form action="{{ route("auth.create-password", ["id" => $id, "token" => $token]) }}" method="post">
     16    <form action="{{ route("auth.new-password", ["id" => $id, "token" => $token]) }}" method="post">
    1717        @csrf
    1818
     
    2626            <input type="text" id="security_code" class="form-control" name="security_code" autocomplete="off" placeholder="Security code" required>
    2727        </div>
    28         <input type="submit" value="Create Password" class="btn btn-primary btn-block">
     28        <input type="submit" value="Submit" class="btn btn-primary btn-block">
    2929        <hr>
    3030     </form>
Note: See TracChangeset for help on using the changeset viewer.