1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-03 18:28:13 +01:00

move tools component html

This commit is contained in:
Kyle Spearrin 2017-11-10 21:23:50 -05:00
parent 186b1aedcb
commit 594f2114a7
3 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import UtilsService from '../../../services/utils.service'; import UtilsService from '../../../services/utils.service';
import * as template from './views/tools.html'; import * as template from './tools.component.html';
class ToolsController { class ToolsController {
showExport: boolean; showExport: boolean;

View File

@ -16,7 +16,6 @@ const IdentityAttributes: string[] = ['autoCompleteType', 'data-stripe', 'htmlNa
const UsernameFieldNames: string[] = ['username', 'user name', 'email', 'email address', 'e-mail', 'e-mail address', const UsernameFieldNames: string[] = ['username', 'user name', 'email', 'email address', 'e-mail', 'e-mail address',
'userid', 'user id']; 'userid', 'user id'];
/* tslint:disable */ /* tslint:disable */
const IsoCountries: { [id: string]: string; } = { const IsoCountries: { [id: string]: string; } = {
afghanistan: "AF", "aland islands": "AX", albania: "AL", algeria: "DZ", "american samoa": "AS", andorra: "AD", afghanistan: "AF", "aland islands": "AX", albania: "AL", algeria: "DZ", "american samoa": "AS", andorra: "AD",