mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix typo (#1355)
This commit is contained in:
@ -24,7 +24,7 @@ const SSOSection = () => {
|
||||
const handleDeleteIdentityProvider = async (identityProvider: IdentityProvider) => {
|
||||
showCommonDialog({
|
||||
title: "Confirm delete",
|
||||
content: "Are you sure to delete this SSO? THIS ACTION IS IRREVERSIABLE❗",
|
||||
content: "Are you sure to delete this SSO? THIS ACTION IS IRREVERSIBLE❗",
|
||||
style: "warning",
|
||||
dialogName: "delete-identity-provider-dialog",
|
||||
onConfirm: async () => {
|
||||
|
Reference in New Issue
Block a user