amosnbn commited on
Commit
b2b64e5
·
1 Parent(s): e69166e
Files changed (1) hide show
  1. frontend/register.html +1 -1
frontend/register.html CHANGED
@@ -46,7 +46,7 @@
46
  <input type="email" name="email" placeholder="email@example.com" required/>
47
  <label>Password</label>
48
  <input type="password" name="password" placeholder="password" required/>
49
- <button type="submit">Daftar</button>
50
  </form>
51
  <p class="note">Sudah punya akun? <a href="/login">Login</a></p>
52
 
 
46
  <input type="email" name="email" placeholder="email@example.com" required/>
47
  <label>Password</label>
48
  <input type="password" name="password" placeholder="password" required/>
49
+ <button type="submit">Register</button>
50
  </form>
51
  <p class="note">Sudah punya akun? <a href="/login">Login</a></p>
52