[auth0-js] add documentation for username signup option (#37363)

Update to #37259 and @auth0/auth0.js#1006
This commit is contained in:
Piotr Błażejewicz (Peter Blazejewicz) 2019-08-05 22:16:26 +02:00 committed by Nathan Shively-Sanders
parent 90a9b0648c
commit af0e490b31

View File

@ -738,6 +738,7 @@ export interface DbSignUpOptions {
email: string;
password: string;
connection: string;
/** User desired username. Required if you use a database connection and you have enabled `Requires Username` */
username?: string;
scope?: string;
user_metadata?: any;