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
|
// force homeserver for protection in case the form is manipulated
|
||||||
base_url = process.env.REACT_APP_SERVER || base_url;
|
base_url = process.env.REACT_APP_SERVER || base_url;
|
||||||
|
|
||||||
|
console.log("login ");
|
||||||
let options;
|
let options;
|
||||||
if (username && password) {
|
if (username && password) {
|
||||||
options = {
|
options = {
|
||||||
|
Loading…
Reference in New Issue
Block a user