Github integration (#6414)
Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
@@ -26,3 +26,7 @@ export function decodeURIComponentSafe(text: string) {
|
||||
? decodeURIComponent(text.replace(/%(?![0-9][0-9a-fA-F]+)/g, "%25"))
|
||||
: text;
|
||||
}
|
||||
|
||||
export function redirectTo(url: string) {
|
||||
window.location.href = url;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user