mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-30 11:06:37 -04:00
frontend: prefix ownerToken with commento
This commit is contained in:
@ -65,7 +65,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
global.cookieSet("ownerToken", resp.ownerToken);
|
||||
global.cookieSet("commentoOwnerToken", resp.ownerToken);
|
||||
document.location = "/dashboard";
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user