moved login route from /login to /embed/login

This commit is contained in:
Wyatt Johnson
2018-02-13 11:35:20 -07:00
parent de094ee948
commit 4053a25239
4 changed files with 6 additions and 5 deletions
@@ -75,7 +75,7 @@ export default class Embed extends React.Component {
<AutomaticAssetClosure asset={asset} />
<IfSlotIsNotEmpty slot="login">
<Popup
href={`login?parentUrl=${encodeURIComponent(parentUrl)}`}
href={`embed/login?parentUrl=${encodeURIComponent(parentUrl)}`}
title="Login"
features="menubar=0,resizable=0,width=500,height=550,top=200,left=500"
open={showSignInDialog}