You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ps-web-apis.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ export interface WhoamiV1 {
205
205
* @param {String} config.props.template - valid choices are "register" and "login"
206
206
* @param {String} config.props.variant - variant of the brand that should be shown e.g bild or welt
207
207
* @param {boolean} [config.props.abortable] - user can leave auth screen if true (not yet implemented)
208
-
* @param {boolean} [config.props.reloadOnNewAuth] - reload page if true after a new login or registration / no reload on already logged in user
208
+
* @param {boolean} [config.props.reloadOnNewAuth] - reload page if true after a new login or registration / no reload on already logged in user, default = false
0 commit comments