We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dbc682 commit 4ea8137Copy full SHA for 4ea8137
1 file changed
app/quick_acg/quick_acg_app/views.py
@@ -76,7 +76,6 @@ def ds_must_authenticate():
76
77
@ds.route("/logout")
78
def ds_logout():
79
- ds_logout_internal()
80
flash("You have logged out from DocuSign.")
81
app.config["isLoggedIn"] = False
82
app.config["quickstart"] = False
0 commit comments