Add client UI to select JAMS as login method

GitLab: #136

Change-Id: I4062d83b9fd43657aaa4d2f60a448fc55f486e72
diff --git a/server/src/routers/auth-router.ts b/server/src/routers/auth-router.ts
index 6f71ac6..db82fd6 100644
--- a/server/src/routers/auth-router.ts
+++ b/server/src/routers/auth-router.ts
@@ -29,7 +29,7 @@
 interface Credentials {
   username: string;
   password: string;
-  isJams?: boolean;
+  isJams: boolean;
 }
 
 const jamid = Container.get(Jamid);