Skip to content

Commit

Permalink
Hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deemakuzovkin committed Nov 3, 2020
1 parent b2b1187 commit 37761af
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 76 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,18 @@
[![Angular Logo](https://www.vectorlogo.zone/logos/angular/angular-icon.svg)](https://angular.io/)
[![Electron Logo](https://www.vectorlogo.zone/logos/electronjs/electronjs-icon.svg)](https://electronjs.org/)

[![License](http://img.shields.io/badge/Licence-MIT-brightgreen.svg)](LICENSE.md) [![Website shields.io](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](https://dta.agency)
[![License](http://img.shields.io/badge/Licence-MIT-brightgreen.svg)](LICENSE) [![Website dta.agency](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](https://dta.agency)
[![Actions Status](https://github.com/digital-technology-agency/password-generator/workflows/Build/badge.svg)](https://github.com/digital-technology-agency/password-generator/actions)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/digital-technology-agency/password-generator)
[![GitHub release](https://img.shields.io/github/v/release/digital-technology-agency/password-generator)](https://github.com/digital-technology-agency/password-generator/releases/latest)

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.3.

### Facilities
![GitHub closed issues](https://img.shields.io/github/issues/digital-technology-agency/password-generator?style=flat)
![GitHub closed issues](https://img.shields.io/github/issues-closed/digital-technology-agency/password-generator?style=flat)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/digital-technology-agency/password-generator)
[![GitHub issues](https://img.shields.io/github/issues/digital-technology-agency/password-generator?color=0A0ECD)](https://github.com/digital-technology-agency/password-generator/issues?q=is%3Aopen+is%3Aissue)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/digital-technology-agency/password-generator?style=flat)](https://github.com/digital-technology-agency/password-generator/issues?q=is%3Aissue+is%3Aclosed)

## Create a card with password and resource information
![Windows app](./pic/create-card-information.png)
![Card information](./pic/create-card-information.png)

* Saving a set of cards to a file
* Loading a set of cards from a file
Expand All @@ -27,17 +26,17 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
* Popular installers
* Tray app
## Options view
![Windows app](./pic/setting-view.png)
![Settings view](./pic/setting-view.png)

## 2FA
![2FA example](./pic/2fa.png)

## Localization
![Windows app](./pic/localization.png)
![Localization](./pic/localization.png)

## Create certificate RSA
![Windows app](./pic/create-certificate.png)
![Windows app](./pic/rsa-list.png)
![Create certificate](./pic/create-certificate.png)
![RSA list](./pic/rsa-list.png)


## Downloads
Expand Down
5 changes: 0 additions & 5 deletions src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {NgModule} from '@angular/core';
import {Routes, RouterModule} from '@angular/router';
import {CertificatesComponent} from './certificates/certificates.component';
import {PasswordCardsComponent} from './password-cards/password-cards.component';
import {AuthenticatorComponent} from './authenticator/authenticator.component';
import {SettingViewComponent} from './setting-view/setting-view.component';

const routes: Routes = [
Expand All @@ -14,10 +13,6 @@ const routes: Routes = [
path: 'password-cards',
component: PasswordCardsComponent,
},
{
path: 'authenticator',
component: AuthenticatorComponent,
},
{
path: 'settings',
component: SettingViewComponent,
Expand Down
2 changes: 0 additions & 2 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import {CertificateItemComponent} from './certificates/certificate-item/certific
import {MatCardModule} from '@angular/material/card';
import {MatSliderModule} from '@angular/material/slider';
import {MatCheckboxModule} from '@angular/material/checkbox';
import {AuthenticatorComponent} from './authenticator/authenticator.component';
import {GoogleSettingsComponent} from './dialogs/autenticator/google-settings/google-settings.component';
import { SettingViewComponent } from './setting-view/setting-view.component';
import {MatRadioModule} from '@angular/material/radio';
Expand Down Expand Up @@ -71,7 +70,6 @@ const MATERIAL_MODULES = [
CertificatesComponent,
PasswordCardsComponent,
CertificateItemComponent,
AuthenticatorComponent,
SettingViewComponent,
],
imports: [
Expand Down
17 changes: 0 additions & 17 deletions src/app/authenticator/authenticator.component.html

This file was deleted.

3 changes: 0 additions & 3 deletions src/app/authenticator/authenticator.component.scss

This file was deleted.

39 changes: 0 additions & 39 deletions src/app/authenticator/authenticator.component.ts

This file was deleted.

0 comments on commit 37761af

Please sign in to comment.