alinea
Version:
[](https://npmjs.org/package/alinea) [](https://packagephobia.com/result?p=alinea)
15 lines (13 loc) • 354 B
JavaScript
import "../chunks/chunk-U5RRZUYZ.js";
// src/auth/passwordless.ts
import {
PasswordLessAuth
} from "alinea/auth/passwordless/PasswordLessAuth";
import { PasswordLessLogin } from "./passwordless/PasswordLessLogin.js";
var passwordLess = {
view: PasswordLessLogin,
configure: (options) => new PasswordLessAuth(options)
};
export {
passwordLess
};