This commit is contained in:
parent
4a01450a2e
commit
8ce355df58
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -133,7 +133,7 @@ jobs:
|
||||
if [ "$IS_PRE_RELEASE" = "true" ]; then
|
||||
EXTRA_ARGS="--tag next"
|
||||
fi
|
||||
npm publish $EXTRA_ARGS
|
||||
npm publish $EXTRA_ARGS --tag previous
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||
VERSION: ${{ needs.check_if_version_upgraded.outputs.to_version }}
|
||||
|
@ -29,7 +29,7 @@ export default function LoginConfigTotp(props: PageProps<Extract<KcContextBase,
|
||||
|
||||
<ul id="kc-totp-supported-apps">
|
||||
{totp.policy.supportedApplications.map(app => (
|
||||
<li>{msg(app as MessageKeyBase)}</li>
|
||||
<li>{msg(app as MessageKeyBase) == undefined ? app : msg(app as MessageKeyBase)}</li>
|
||||
))}
|
||||
</ul>
|
||||
</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user