Skip to main content

SettingOptions

@authgear/web / SettingOptions

Interface: SettingOptions

Table of contents

Properties

Properties

openInSameTab

Optional openInSameTab: boolean

Indicates whether to open the settings page in the same tab

Defined in

packages/authgear-web/index.d.ts:494


uiLocales

Optional uiLocales: string[]

UI locale tags. You can use this parameter to set the display language for Auth UI.

First, enable the language you want to change to in Authgear Portal (Your project > UI Settings > click on the settings icon beside Language.)

For example, to change the language for Auth UI to Hong Kong, set the value for uiLocales to ["zh-HK"] after enabling "Chinese (Hong Kong)" in Authgear Portal.

Defined in

packages/authgear-web/index.d.ts:490