mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-31 19:17:48 +00:00
feat: Support dark mode in login pages (#7420)
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
3
app/javascript/v3/helpers/CommonHelper.js
Normal file
3
app/javascript/v3/helpers/CommonHelper.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export const replaceRouteWithReload = url => {
|
||||
window.location = url;
|
||||
};
|
||||
Reference in New Issue
Block a user