login: switch to HTTPS (so implies domain lookup)

This commit is contained in:
nemunaire 2018-02-21 22:59:12 +01:00 committed by Pierre-Olivier Mercier
parent d8fb2443c7
commit e4087394ba

View file

@ -4,7 +4,7 @@ import (
gc "github.com/rthornton128/goncurses" gc "github.com/rthornton128/goncurses"
) )
const URLLogin = "http://172.23.0.1:8081/login" const URLLogin = "https://auth.adlin.nemunai.re/login"
func goLogin(stdscr *gc.Window, in chan gc.Key) (string, bool) { func goLogin(stdscr *gc.Window, in chan gc.Key) (string, bool) {
username, password := login(stdscr, in) username, password := login(stdscr, in)