community(sample-apps): mod firebase-jwt html (#3044)

This commit is contained in:
Sameer Tulshyan 2019-10-26 00:21:55 -04:00 committed by Shahidh K Muhammed
parent 3b3e79b1cd
commit e09826b23a

View File

@ -5,7 +5,7 @@
<body>
<h1> Firebase Auth + Hasura JWT example </h1>
<form id="login-form">
Email: <input id="email" type="text"/>
Email: <input id="email" type="email"/>
Password: <input id="password" type="password" />
<button type="submit">Login</button>
</form>