mirror of
https://github.com/bitwarden/web
synced 2026-01-03 09:03:41 +00:00
Fix missing translation for unlinking SSO dialog (#1350)
This commit is contained in:
committed by
GitHub
parent
f5fdb34f7d
commit
3880d60101
@@ -77,7 +77,7 @@ export class OrganizationsComponent implements OnInit {
|
||||
|
||||
async unlinkSso(org: Organization) {
|
||||
const confirmed = await this.platformUtilsService.showDialog(
|
||||
"Are you sure you want to unlink SSO for this organization?",
|
||||
this.i18nService.t("unlinkSsoConfirmation"),
|
||||
org.name,
|
||||
this.i18nService.t("yes"),
|
||||
this.i18nService.t("no"),
|
||||
|
||||
Reference in New Issue
Block a user