show storage connection error

This commit is contained in:
SPRINX0\prochazka
2024-10-17 11:56:24 +02:00
parent 39b99ecf8f
commit ec3c224f44
3 changed files with 24 additions and 5 deletions

View File

@@ -17,4 +17,8 @@ module.exports = {
async getConnectionsForLoginPage() {
return null;
},
getStorageConnectionError() {
return null;
}
};