This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[fix] [minor] commit on web logout
version-14
Anand Doshi
12 years ago
parent
ad5848d580
commit
ea77dd3a68
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
webnotes/handler.py
+ 1
- 0
webnotes/handler.py
View File
@@ -53,6 +53,7 @@ def web_logout():
webnotes.repsond_as_web_page("Logged Out", """<p>You have been logged out.</p>
<p><a href='index'>Back to Home</a></p>""")
webnotes.login_manager.logout()
webnotes.commit()
@webnotes.whitelist()
def uploadfile():
Write
Preview
Loading…
Cancel
Save