mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-03-03 12:16:47 +00:00
fix user study open again
This commit is contained in:
parent
1e0a649e5a
commit
a029d2f4d5
1 changed files with 3 additions and 1 deletions
|
|
@ -51,7 +51,9 @@ class _UserStudyQuestionnaireState extends State<UserStudyQuestionnaire> {
|
|||
|
||||
await updateUserdata((u) {
|
||||
// generate a random participants id to identify data send later while keeping the user anonym
|
||||
u.userStudyParticipantsToken = getRandomString(25);
|
||||
u
|
||||
..userStudyParticipantsToken = getRandomString(25)
|
||||
..askedForUserStudyPermission = true;
|
||||
return u;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue