Adding SignIn View

This commit is contained in:
Belén Curcio
2018-08-09 12:01:27 -03:00
parent 361aab7085
commit 52ab434740
9 changed files with 193 additions and 59 deletions
@@ -37,7 +37,7 @@ export class UserBoxContainer extends Component<InnerProps> {
<Popup
href={`/auth.html?view=${view}`}
title="Talk Auth"
features="menubar=0,resizable=0,width=500,height=550,top=200,left=500"
features="menubar=0,resizable=0,width=350,height=550,top=200,left=500"
open={open}
focus={focus}
onFocus={this.handleFocus}