Account menu copy

This commit is contained in:
Mo Bitar
2018-02-01 11:53:12 -06:00
parent d2ac94a295
commit 805fc48da4

View File

@@ -19,7 +19,7 @@
.panel-section{"ng-if" => "formData.showLogin || formData.showRegister"}
%h3.title.panel-row
{{formData.showLogin ? "Sign In" : "Register (free)"}}
{{formData.showLogin ? "Sign In" : "Register"}}
%form.panel-form{"ng-submit" => "submitAuthForm()"}
%input{:placeholder => 'Email', "sn-autofocus" => 'true', "should-focus" => "true", :name => 'email', :required => true, :type => 'email', 'ng-model' => 'formData.email'}