fixed schema, initial setup

This commit is contained in:
azivner
2018-04-02 22:33:54 -04:00
parent 6f567e3e10
commit a4e64350e9
7 changed files with 146 additions and 143 deletions

View File

@@ -1,3 +1,5 @@
import server from './services/server.js';
$("#setup-form").submit(() => {
const username = $("#username").val();
const password1 = $("#password1").val();