UNPKG

294 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6var auth = exports.auth = {
7 __CREATE__: "create-user-with-email-and-password",
8 __SIGNIN__: "sign-in-with-email-and-password",
9 __VERIFY__: "send-email-verification",
10 __RESET__: "send-password-reset-email"
11};
\No newline at end of file