mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-07 09:40:19 +00:00
Merge pull request #26371 from luisrudge/patch-1
auth0-lock: add `languageDictionary` to Auth0LockShowOptions
This commit is contained in:
@@ -39,7 +39,10 @@ const showOptions : Auth0LockShowOptions = {
|
||||
type: "error",
|
||||
text: "an error has occurred"
|
||||
},
|
||||
rememberLastLogin: false
|
||||
rememberLastLogin: false,
|
||||
languageDictionary: {
|
||||
title: "test"
|
||||
}
|
||||
};
|
||||
|
||||
lock.show(showOptions);
|
||||
|
||||
Vendored
+1
@@ -161,6 +161,7 @@ interface Auth0LockShowOptions {
|
||||
initialScreen?: "login" | "signUp" | "forgotPassword";
|
||||
flashMessage?: Auth0LockFlashMessageOptions;
|
||||
rememberLastLogin?: boolean;
|
||||
languageDictionary?: any;
|
||||
}
|
||||
|
||||
interface AuthResult {
|
||||
|
||||
Reference in New Issue
Block a user