mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
fix console login and signup
This commit is contained in:
parent
44232ae60c
commit
cff70e282f
2 changed files with 3 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue