mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-03 14:24:27 +01:00
handle scan of plus url
This commit is contained in:
committed by
Tony Giorgio
parent
6146e7e555
commit
adeb695722
@@ -332,6 +332,11 @@ export const Provider: ParentComponent = (props) => {
|
||||
navigate(url.pathname + url.search);
|
||||
return;
|
||||
}
|
||||
|
||||
if (url && url.pathname.startsWith("/settings/plus")) {
|
||||
navigate(url.pathname + url.search);
|
||||
return;
|
||||
}
|
||||
} catch (e) {
|
||||
// If it's not a URL, we'll just continue with normal parsing
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user