瀏覽代碼

Remove invitation code logic from reflex logoutv2 (#4433)

* what happened there?

* we should do this for v2 instead
Elijah Ahianyo 6 月之前
父節點
當前提交
80696fec63
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      reflex/reflex.py

+ 1 - 1
reflex/reflex.py

@@ -404,7 +404,7 @@ def logoutv2(
 
 
     hosting.log_out_on_browser()
     hosting.log_out_on_browser()
     console.debug("Deleting access token from config locally")
     console.debug("Deleting access token from config locally")
-    hosting.delete_token_from_config(include_invitation_code=True)
+    hosting.delete_token_from_config()
 
 
 
 
 db_cli = typer.Typer()
 db_cli = typer.Typer()