Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
ServerLivePA2D4TI07
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rizky
ServerLivePA2D4TI07
Commits
6853e78e
Commit
6853e78e
authored
7 years ago
by
rizky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
login and register
parent
9bc37b71
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
login.blade.php
resources/views/authentication/login.blade.php
+2
-2
register.blade.php
resources/views/authentication/register.blade.php
+1
-1
No files found.
resources/views/authentication/login.blade.php
View file @
6853e78e
...
...
@@ -10,7 +10,7 @@
<div class="
login_wrapper
">
<div class="
animate
form
login_form
">
<section class="
login_content
">
<form action="
/
login
" method="
POST
">
<form action="
{{
url
(
'/login'
)}}
" method="
POST
">
{
{csrf_field()}
}
<h1>Login Form</h1>
...
...
@@ -55,7 +55,7 @@
<div id="
register
" class="
animate
form
registration_form
">
<section class="
login_content
">
<form action="
/
register
" method="
POST
">
<form action="
{{
url
(
'/register'
)}}
" method="
POST
">
{
{csrf_field()}
}
<h1>Create Account</h1>
<div>
...
...
This diff is collapsed.
Click to expand it.
resources/views/authentication/register.blade.php
View file @
6853e78e
...
...
@@ -5,7 +5,7 @@
<div class="
login_wrapper
">
{{--<div id="
register
" class="
animate
form
registration_form
">--}}
<section class="
login_content
">
<form action="
/
register
" method="
POST
">
<form action="
{{
url
(
'/register'
)}}
" method="
POST
">
{
{csrf_field()}
}
<h1>Create Account</h1>
<div>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment