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
18 lines
649 B
JavaScript
18 lines
649 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
|
|
var _index = _interopRequireDefault(require("../../formatDistanceStrict/index.js"));
|
|
|
|
var _index2 = _interopRequireDefault(require("../_lib/convertToFP/index.js"));
|
|
|
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
|
|
// This file is generated automatically by `scripts/build/fp.js`. Please, don't change it.
|
|
var formatDistanceStrictWithOptions = (0, _index2.default)(_index.default, 3);
|
|
var _default = formatDistanceStrictWithOptions;
|
|
exports.default = _default;
|
|
module.exports = exports.default; |