This commit is contained in:
Oleksandr Turchyn
2024-10-02 17:57:31 +03:00
parent 711427521c
commit 9479771fc8
12 changed files with 243 additions and 42 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ class EsignSettingsController < ApplicationController
@encrypted_config.save!
redirect_to settings_esign_path, notice: I18m.t('certificate_has_been_removed')
redirect_to settings_esign_path, notice: I18n.t('certificate_has_been_removed')
end
private