UNPKG

mwc-components

Version:

## Project setup ``` yarn install ```

51 lines (47 loc) 1.68 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <!-- <script src="https://unpkg.com/@webcomponents/webcomponentsjs"></script>--> <!-- <script src="https://unpkg.com/@webcomponents/custom-elements"></script>--> <link rel="icon" href="<%= BASE_URL %>favicon.ico"> <title>Sign In Page</title> </head> <body> <noscript> <strong>We're sorry but mwc doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> </noscript> <div class="mds-module-container__content"> </div> <mwc-login-page mwc-id="login-container" config="{ &quot;settings&quot;: { &quot;useEmail&quot;:false, &quot;languageId&quot;:&quot;en&quot;, &quot;errorText&quot;:&quot;&quot;, &quot;resetPasswordUrl&quot;:&quot;https://access.lim.com/authws/pages/pw_reset.jsp&quot; } }" ></mwc-login-page> <!-- &quot;settings&quot;:--> <!-- {--> <!-- &quot;useEmail&quot;:true,--> <!-- &quot;languageId&quot;:&quot;en&quot;,--> <!-- &quot;resetPasswordUrl&quot;:&quot;https://access.lim.com/authws/pages/pw_reset.jsp&quot;--> <!-- }--> <script> const myConfig = { settings: { useEmail: true, languageId: 'chi', logoUrl:'', errorText: '' }, } </script> </body> </html>