mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 06:32:39 +00:00
New brew search finished on admin page
This commit is contained in:
@@ -16,7 +16,6 @@ Store.init = (state)=>{
|
||||
Store.getLoginPath = ()=>{
|
||||
let path = State.loginPath;
|
||||
if(typeof window !== 'undefined'){
|
||||
console.log('yo here');
|
||||
path = `${path}?redirect=${encodeURIComponent(window.location.href)}`;
|
||||
}
|
||||
return path;
|
||||
|
||||
Reference in New Issue
Block a user