release: @marketplaces/auth 0.1.0 (built from main)
This commit is contained in:
5
dist/config.d.ts
vendored
Normal file
5
dist/config.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { InjectionToken } from '@angular/core';
|
||||
/** Base URL for the auth backend, e.g. `https://api.example.com`. Provide from the consuming app's environment config. */
|
||||
export declare const AUTH_API_URL: InjectionToken<string>;
|
||||
/** Telegram bot username used to build QR/deep-link login URLs. Optional — falls back to a default if not provided. */
|
||||
export declare const TELEGRAM_BOT_USERNAME: InjectionToken<string>;
|
||||
Reference in New Issue
Block a user