We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0ca52 commit 897b68dCopy full SHA for 897b68d
packages/common/src/passwordSignupFields.js
@@ -1,3 +1,4 @@
1
+/* eslint-disable flowtype/no-types-missing-file-annotation */
2
export const EMAIL_ONLY = 'EMAIL_ONLY';
3
export const USERNAME_AND_EMAIL = 'USERNAME_AND_EMAIL';
4
export const USERNAME_AND_OPTIONAL_EMAIL = 'USERNAME_AND_OPTIONAL_EMAIL';
packages/server/src/index.js
@@ -1,4 +1,5 @@
/* eslint-disable import/no-named-as-default */
import Accounts, { AccountsServer } from './AccountsServer';
import * as encryption from './encryption';
5
import type { DBInterface } from './DBInterface';
0 commit comments