mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 01:34:10 +00:00
logout fixes
This commit is contained in:
@@ -46,7 +46,7 @@ function startup_setup() {
|
||||
// for logout and payment
|
||||
var callback = function(r,rt) {
|
||||
if(r.message){
|
||||
login_file = r.message;
|
||||
login_file = 'http://' + r.message;
|
||||
}
|
||||
else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user