6989a98d75
- Arkitektur: docs/auth/passwordless-architecture.md - Backend: iom/quixzoom-auth-service/ (FastAPI + Redis) - Webb: quixzoom-market-pages/se/login/ (QR-kod + polling) - App: iom/quixzoom-app/src/features/auth/ (push + deep links) Flöde: QR-kod → app-godkännande → webb-inloggad
8 lines
174 B
TypeScript
8 lines
174 B
TypeScript
|
|
/**
|
|
* Inject the style in case you cannot import the css file
|
|
* Call it once in your app
|
|
*/
|
|
export declare function injectStyle(): void;
|
|
|
|
|