Prevent back/login buttons from appearing on the terms of service.

feature/default_network_editable
Kevin Serrano 8 years ago
parent 21d1959435
commit 0ecf364c5b
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
  1. 1
      ui/app/app.js

@ -330,6 +330,7 @@ App.prototype.renderBackButton = function (style, justArrow = false) {
App.prototype.renderBackToInitButton = function () {
var props = this.props
var button = null
if (!props.isConfirmed) return button
if (!props.isUnlocked) {
if (props.currentView.name === 'InitMenu') {
button = props.forgottenPassword ? h('.flex-row', {

Loading…
Cancel
Save