progress on setup and account view

This commit is contained in:
2023-09-06 15:54:33 +02:00
parent 4afeb7a146
commit b91337f831
6 changed files with 36 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ module.exports = ( app, settings ) => {
if ( data[ 0 ] ) {
let dat = {};
for ( let element in data[ 0 ] ) {
if ( element === 'pass' ) {
if ( element !== 'pass' ) {
dat[ element ] = data[ 0 ][ element ];
}
}