diff --git a/plugin/flarum.py b/plugin/flarum.py index 20e7118..b5a32f5 100644 --- a/plugin/flarum.py +++ b/plugin/flarum.py @@ -34,7 +34,7 @@ def main(app: FastAPI, ROOT: str, apikeys: dict): return Response(""" setTimeout(function() { var signup_obj = document.getElementsByClassName( - "item-logIn")[0] + "item-signUp")[0] if(signup_obj!=undefined){ signup_obj.style.display = "none"; }