Skip to content

Commit

Permalink
Merge pull request #857 from adshares/fix-missing-switch-return
Browse files Browse the repository at this point in the history
Fix missing switch return
  • Loading branch information
m-pilarczyk authored Feb 16, 2022
2 parents 1421375 + 88b47cb commit 2ccfad7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.14.1] - 2022-02-16
### Fixed
- Fix missing switch return

## [1.14.0] - 2022-02-15
### Added
- Video ads support
Expand Down Expand Up @@ -368,7 +372,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Publisher features (Sites & AdUnits)


[Unreleased]: https://github.com/adshares/adpanel/compare/v1.14.0...develop
[Unreleased]: https://github.com/adshares/adpanel/compare/v1.14.1...develop
[1.14.1]: https://github.com/adshares/adpanel/compare/v1.14.0...v1.14.1
[1.14.0]: https://github.com/adshares/adpanel/compare/v1.13.2...v1.14.0
[1.13.2]: https://github.com/adshares/adpanel/compare/v1.12.0...v1.13.2
[1.12.0]: https://github.com/adshares/adpanel/compare/v1.11.2...v1.12.0
Expand Down
1 change: 1 addition & 0 deletions src/app/auth/account/email-processing.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export class EmailProcessingComponent {
return;
case 'password-confirm':
this.passwordConfirm();
return;
case 'connection-confirmation':
this.confirmConnection();
return;
Expand Down

0 comments on commit 2ccfad7

Please sign in to comment.