mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 21:34:24 +00:00
progress on setup and account view
This commit is contained in:
@@ -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 ];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user