Skip to content

Commit

Permalink
Fix BaseLoginOptions JSDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxswa committed Dec 17, 2019
1 parent 559d2c9 commit eceac8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export interface BaseLoginOptions {
/**
* - `'page'`: displays the UI with a full page view
* - `'popup'`: displays the UI with a popup window
* - `'touch'`: displays the UI in a way that leverages a touch export interface
* - `'touch'`: displays the UI in a way that leverages a touch interface
* - `'wap'`: displays the UI with a "feature phone" type interface
*/
display?: 'page' | 'popup' | 'touch' | 'wap';
Expand Down

0 comments on commit eceac8f

Please sign in to comment.