[fix] [minor] commit on web logout
This commit is contained in:
parent
ad5848d580
commit
ea77dd3a68
1 changed files with 1 additions and 0 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue