fix mount settings encrypt
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user