fix: add back login notice

This commit is contained in:
Nya Candy 2021-10-14 20:10:34 +08:00
parent 869b721d07
commit 3243382cbb
No known key found for this signature in database
GPG Key ID: 8B1BE5E86F2E66AE

View File

@ -6,6 +6,7 @@ const authProvider = {
// force homeserver for protection in case the form is manipulated
base_url = process.env.REACT_APP_SERVER || base_url;
console.log("login ");
let options;
if (username && password) {
options = {