Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2534 from vhpoet/release
Browse files Browse the repository at this point in the history
[TASK] Remove sign up
  • Loading branch information
yongsoo committed Jun 2, 2015
2 parents deec00f + b1b3727 commit 17001d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/js/entry/web.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ var appDependencies = [

// Load tabs
var tabdefs = [
require('../tabs/register.controller.js'),
require('../tabs/login.controller.js'),
require('../tabs/migrate.controller.js'),
require('../tabs/recover.controller.js'),
Expand Down
4 changes: 2 additions & 2 deletions src/templates/tabs/login.jade
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ section.col-xs-12.content(ng-controller="LoginCtrl")
hr
p.heroText(l10n) Trade hundreds of assets, from XRP to crypto to gold to fiat.
.auth-form-wrapper.col-xs-12.col-sm-6.col-md-4
.tabAdjust
//.tabAdjust
.signUpWrapper
h2.signUpTop
a(href='#register', l10n-inc) Sign Up
Expand Down Expand Up @@ -34,7 +34,7 @@ section.col-xs-12.content(ng-controller="LoginCtrl")
img(src="img/button-s.png", class="loader", ng-show="ajax_loading")
span(class="loading_text", l10n) Verify
a.btn.btn-block.btn-cancel(class="2fa-cancel", ng-click="cancel2FA()", ng-show="twoFactor", l10n) cancel
.row.switch-mode-wrapper
//.row.switch-mode-wrapper
.switch-mode-link-container.bottomText(l10n) Already have a ripple.com/client account? 
a(href='#migrate', l10n-inc) Migrate
.submit-btn-container-recovery
Expand Down

0 comments on commit 17001d8

Please sign in to comment.