Skip to content

Commit

Permalink
analytics initially true
Browse files Browse the repository at this point in the history
  • Loading branch information
andracc committed Dec 18, 2024
1 parent d7d1e61 commit f1012d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/Models/User.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public User()
Agreement = false;
Password = "";
Username = "";
OtelConsent = false;
OtelConsent = true;
AnsweredConsent = false;
UILang = "";
GlossSuggestion = AutocompleteSetting.On;
Expand Down

0 comments on commit f1012d9

Please sign in to comment.