Skip to content

Commit 4ea8137

Browse files
committed
adding logout route to views
1 parent 9dbc682 commit 4ea8137

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/quick_acg/quick_acg_app/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def ds_must_authenticate():
7676

7777
@ds.route("/logout")
7878
def ds_logout():
79-
ds_logout_internal()
8079
flash("You have logged out from DocuSign.")
8180
app.config["isLoggedIn"] = False
8281
app.config["quickstart"] = False

0 commit comments

Comments
 (0)