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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -205,6 +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, default = false
208
209
* @param {String} [config.props.loginHeadline]
209
210
* @param {String} [config.props.registerHeadline]
210
211
* @param {String} [config.props.loginCta]
@@ -248,6 +249,7 @@ export type WonderwallProps = {
0 commit comments