mirror of
https://github.com/C4illin/ConvertX.git
synced 2026-06-28 15:05:52 +00:00
only show register button if possible
This commit is contained in:
@@ -277,9 +277,11 @@ const app = new Elysia()
|
||||
</label>
|
||||
</fieldset>
|
||||
<div role="group">
|
||||
<a href="/register" role="button" class="secondary">
|
||||
Register an account
|
||||
</a>
|
||||
{ACCOUNT_REGISTRATION && (
|
||||
<a href="/register" role="button" class="secondary">
|
||||
Register an account
|
||||
</a>
|
||||
)}
|
||||
<input type="submit" value="Login" />
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user