fix: add back login notice

This commit is contained in:
Nya Candy
2021-10-14 20:10:34 +08:00
parent 869b721d07
commit 3243382cbb
+1
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 = {