refactor: rename AuthApiService
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import {Component, EventEmitter, Inject, Input, OnInit, Output} from '@angular/core';
|
||||
import AuthApiService, {OAuthProviderData} from "@api/v1/authApiService";
|
||||
import AuthApiService, {OAuthProviderData} from "@api/v1/authApi.service";
|
||||
import {OAuthProvider} from "@model/oAuthProvider";
|
||||
import {ToastrService} from "ngx-toastr";
|
||||
import {
|
||||
|
Reference in New Issue
Block a user