feat: Support dark mode in login pages (#7420)

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
Pranav Raj S
2023-07-01 07:49:52 +05:30
committed by GitHub
co-authored by Sivin Varghese
parent 022f4f899f
commit b57063a8b8
57 changed files with 1516 additions and 1483 deletions
@@ -0,0 +1,3 @@
export const replaceRouteWithReload = url => {
window.location = url;
};