mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix console login and signup
This commit is contained in:
@@ -34,6 +34,8 @@ $root = ($this->getParam('root') !== 'disabled');
|
||||
data-failure="alert"
|
||||
data-failure-param-alert-text="Login failed. Please check your credentials."
|
||||
data-failure-param-alert-classname="error">
|
||||
|
||||
<input name="sessionId" type="hidden" value="unique()">
|
||||
|
||||
<input name="email" type="email" class="full-width" autocomplete="email" placeholder="Email" required>
|
||||
|
||||
|
||||
@@ -37,6 +37,7 @@ $root = ($this->getParam('root') !== 'disabled');
|
||||
<?php if($root): ?>
|
||||
<p>Please create your root account</p>
|
||||
<?php endif; ?>
|
||||
<input name="userId" type="hidden" value="unique()">
|
||||
|
||||
<label>Name</label>
|
||||
<input name="name" type="text" autocomplete="name" placeholder="" required maxlength="128">
|
||||
|
||||
Reference in New Issue
Block a user