1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-06 13:38:13 -05:00

Adding logout message when logging out of business portal (#1249)

This commit is contained in:
Anish Krishnaswamy 2021-03-31 02:25:29 +05:30 committed by GitHub
parent 261916daf6
commit 7b2273c46a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -638,4 +638,10 @@
<value>Requested Authentication Context Class Reference values (acr_values)</value>
<comment>'acr_values' is an explicit OIDC param, see https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest. It should not be translated.</comment>
</data>
<data name="LoggedOutMessage" xml:space="preserve">
<value>You have been logged out of the Bitwarden Business Portal.</value>
</data>
<data name="AccessDeniedError" xml:space="preserve">
<value>Access Denied to this resource.</value>
</data>
</root>