mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-20 00:25:17 +00:00
Can check out wheter user has setup security questions or not
This commit is contained in:
@ -184,6 +184,10 @@ export class UserHelper {
|
||||
publicNote: row.public_note,
|
||||
blockComments: row.bloquecommentaire == 1,
|
||||
allowPostsFromFriends: row.autoriser_post_amis == 1,
|
||||
security_question_1: row.question1,
|
||||
security_answer_1: row.reponse1,
|
||||
security_question_2: row.question2,
|
||||
security_answer_2: row.reponse2
|
||||
});
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user