Initial Mebbling hub implementation
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export default function Login(){return <><h1>登入</h1><form action="/api/auth/login" method="post"><label>帳號<input name="username" required autoComplete="username"/></label><label>密碼<input name="password" type="password" required autoComplete="current-password"/></label><button>登入</button></form></>}
|
||||
Reference in New Issue
Block a user