WIP Svelte

This commit is contained in:
nemunaire 2021-11-18 12:12:28 +01:00
commit ded0e8e1c8
48 changed files with 3976 additions and 46 deletions

View file

@ -73,6 +73,6 @@ func checkAuthKrb5(w http.ResponseWriter, _ httprouter.Params, body []byte) (int
}
return nil, err
} else {
return dummyAuth(w, nil, body)
return completeAuth(w, lf.Login, lf.Login+"@epita.fr", "", "", "", nil)
}
}