login: switch to HTTPS (so implies domain lookup)
This commit is contained in:
parent
d8fb2443c7
commit
e4087394ba
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Reference in a new issue