fix: add back login notice
This commit is contained in:
parent
869b721d07
commit
3243382cbb
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user