Skip to content
Snippets Groups Projects
Commit f1230c42 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FIX #16699 TIME 0:30 fix syntax

parent e2cf3503
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ import { ActivatedRoute, Router } from '@angular/router';
import { ConfirmComponent } from '../../plugins/confirm.component';
import { TranslateService } from '@ngx-translate/core';
import { AuthService } from '../../service/auth.service';
import { of } from "rxjs";
import { of } from 'rxjs';
export interface User {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment