remove duplication

This commit is contained in:
Eugenio Romano
2017-08-01 11:11:35 +01:00
committed by Eugenio Romano
parent cfa8a222f0
commit b639cf38b2
2 changed files with 0 additions and 48 deletions

View File

@@ -29,12 +29,6 @@ enum LoginSteps {
Welcome = 2
}
enum LoginSteps {
Landing = 0,
Checking = 1,
Welcome = 2
}
@Component({
selector: 'adf-login, alfresco-login',
templateUrl: './login.component.html',