improving login flow.

This commit is contained in:
Bryce Covert
2018-04-04 07:13:35 -07:00
parent ff7cc1d024
commit 2382c48bd0
5 changed files with 57 additions and 11 deletions

View File

@@ -1 +1,2 @@
{:db {:server "localhost"}}
{:db {:server "localhost"}
:scheme "http"}

View File

@@ -1 +1,2 @@
{:db {:server "database"}}
{:db {:server "database"}
:scheme "https"}