@using Biskilog_Accounting.Shared.Interfaces @using Biskilog_Accounting.Client.Pages.Auth.Components @inject NavigationManager m_navigationManager @layout AuthLayout @inject HttpClient m_http @inject ITokenService m_tokenService @page "/login"
The logo of Biskilog pos BISKILOG

Sign in

Enter your credentials to use Biskilog accounting
OR

Invisible reCAPTCHA by Google Privacy Policy and Terms of Use.
@code { private string iconImage = "../icon-512.png"; private string googleIcon = "../assets/img/google-image.png"; // Add any other necessary code or logic here }