Update login_iframe.blade.php
This commit is contained in:
parent
408f131ef5
commit
d27061173d
|
|
@ -10,15 +10,14 @@
|
|||
|
||||
<body style="background: #E1E1E1;">
|
||||
<div id="NotLoggedInPanel">
|
||||
<form name="FacebookLoginForm" method="post" id="FacebookLoginForm">
|
||||
<form name="FacebookLoginForm" id="FacebookLoginForm" method="POST" action="{{ route('login') }}">
|
||||
<div id="LoginForm">
|
||||
<div class="newLogin" id="newLoginContainer">
|
||||
<form method="POST" action="{{ route('login') }}">
|
||||
@csrf
|
||||
<div class="UserNameDiv">
|
||||
<label class="LoginFormLabel" for="UserName">Username</label>
|
||||
<br><input name="login" type="text" id="login" value="{{ old('login') }}"
|
||||
class="LoginFormInput" required autofocus tabindex="1">
|
||||
<br><input name="login" type="text" id="login" value="{{ old('login') }}" class="LoginFormInput"
|
||||
required autofocus tabindex="1">
|
||||
</div>
|
||||
<div class="PasswordDiv">
|
||||
<label class="LoginFormLabel" for="Password">Password</label>
|
||||
|
|
@ -44,7 +43,6 @@
|
|||
<span style="top: -5px;position: absolute;position: relative;">Logging in...</span>
|
||||
</span>
|
||||
</div>
|
||||
</form>
|
||||
<div id="SocialNetworkSignIn">
|
||||
<div id="fb-root"></div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue