Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ass/commit/8065100a4b22901db6f488a06714207a4063a8d5?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

feat: added basic login UI (non-functional)

pull/239/head
Josh Moore 1 year ago
parent fce65a2992
commit 8065100a4b

@ -2,5 +2,10 @@ extends _base_
block section
span login
block content
.flex.flex-col.flex-center.h-full
h1.text-3xl Login
.flex.flex-col.flex-center.h-full: .setup-panel
h3 Username
sl-input#login-username(type='text' placeholder='username' clearable): sl-icon(slot='prefix' name='fas-user' library='fa')
h3 Password
sl-input#login-password(type='password' placeholder='password' clearable): sl-icon(slot='prefix' name='fas-lock' library='fa')
sl-button.mt-4#login-submit(type='primary' submit) Login
//- script(src='/setup/login.js')
Loading…
Cancel
Save