mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
changes to structure
This commit is contained in:
13
src/pages/login-page/LoginPageElementTemplate.ts
Normal file
13
src/pages/login-page/LoginPageElementTemplate.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { html, TemplateResult } from 'core/utils';
|
||||
|
||||
export default (): TemplateResult => html`
|
||||
<app-form
|
||||
data-custom="login-page#onSubmit"
|
||||
data-target="login-page.appForm"
|
||||
data-render-input="login-page#renderForms"
|
||||
>
|
||||
</app-form>
|
||||
<div>
|
||||
<app-link data-to="/register" data-title="Create new account"></app-link>
|
||||
</div>
|
||||
`;
|
||||
Reference in New Issue
Block a user