eliminar punto en archivo activate

This commit is contained in:
Paola 2021-07-28 23:38:49 -06:00
parent 4b0a566537
commit ceb589ac20
2 changed files with 2 additions and 26 deletions

View File

@ -32,8 +32,8 @@
<div class="alert alert-danger text-center my-2" jhiTranslate="activate.messages.error"></div>
<div class="d-flex justify-content-center">
<button class="ds-btn ds-btn--primary" routerLink="/account/register" jhiTranslate="global.registerLink">
create account</button
>.
create account
</button>
</div>
</div>
</div>

View File

@ -1,24 +0,0 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { PaginaPrincipalComponent } from './pagina-principal.component';
describe('PaginaPrincipalComponent', () => {
let component: PaginaPrincipalComponent;
let fixture: ComponentFixture<PaginaPrincipalComponent>;
beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [PaginaPrincipalComponent],
}).compileComponents();
});
beforeEach(() => {
fixture = TestBed.createComponent(PaginaPrincipalComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});