refactor: rename AuthApiService

This commit is contained in:
2025-02-02 03:45:25 +03:00
parent 5b9b67d50c
commit 1bf2868d00
5 changed files with 4 additions and 4 deletions

View File

@ -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 {