fix mount settings encrypt
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-03-20 20:53:36 -05:00
parent a28151068a
commit 164f8ffc7c
4 changed files with 37 additions and 12 deletions

View File

@@ -8,6 +8,7 @@ import 'package:repertory/helpers.dart'
show
AuthenticationFailedException,
convertAllToString,
displayAuthError,
displayErrorMessage,
getBaseUri,
getSettingDescription,
@@ -107,15 +108,6 @@ class _UISettingsWidgetState extends State<UISettingsWidget> {
widget.settings,
widget.origSettings,
)) {
displayAuthError() {
if (constants.navigatorKey.currentContext != null) {
displayErrorMessage(
constants.navigatorKey.currentContext!,
"Authentication failed",
);
}
}
convertAllToString(widget.settings)
.then((map) async {
try {