diff --git a/src/js/controllers/lockedView.js b/src/js/controllers/lockedView.js deleted file mode 100644 index 0842c5cf6..000000000 --- a/src/js/controllers/lockedView.js +++ /dev/null @@ -1,17 +0,0 @@ -'use strict'; - -angular.module('copayApp.controllers').controller('lockedViewController', function($state, $scope, $ionicHistory, fingerprintService, appConfigService, gettextCatalog) { - $scope.$on("$ionicView.beforeEnter", function(event) { - $scope.title = appConfigService.nameCase + ' ' + gettextCatalog.getString('is locked'); - $scope.appName = appConfigService.name; - }); - - $scope.requestFingerprint = function() { - fingerprintService.check('unlockingApp', function(err) { - if (err) return; - $state.transitionTo('tabs.home').then(function() { - $ionicHistory.clearHistory(); - }); - }); - }; -}); diff --git a/src/sass/views/lockedView.scss b/src/sass/views/lockedView.scss deleted file mode 100644 index 23fed7a83..000000000 --- a/src/sass/views/lockedView.scss +++ /dev/null @@ -1,42 +0,0 @@ -#locked-view { - @mixin img-frame { - height: 60px; - width: 60px; - box-shadow: none; - margin: auto; - } - .img-container-copay { - padding: 20%; - @media(min-width: 480px) { - max-height: 150px; - } - .big-icon-svg { - > .bg { - @include img-frame; - background-image: url("../img/icon-fingerprint-copay.svg"); - } - } - } - .img-container-bitpay { - padding: 20%; - @media(min-width: 480px) { - max-height: 150px; - } - .big-icon-svg { - > .bg { - @include img-frame; - background-image: url("../img/icon-fingerprint-bitpay.svg"); - } - } - } - .comments { - text-align: center; - .header { - font-size: 20px; - } - .text-content { - width: 90%; - margin: 5% auto; - } - } -} diff --git a/www/views/lockedView.html b/www/views/lockedView.html deleted file mode 100644 index 0c86ea7f6..000000000 --- a/www/views/lockedView.html +++ /dev/null @@ -1,21 +0,0 @@ - - - {{title}} - - - -
-
-
-
-
-
-
-
One-touch Sign In
-
Please place your fingertip on the scanner to verify your identity
-
- -
-