Skip to content

Commit

Permalink
fix: use more secure pass
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr committed Feb 5, 2024
1 parent 66c69a5 commit fcfa29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ namespace Tuba {
#if WINDOWS
GLib.Environment.set_variable ("SECRET_BACKEND", "file", false);
if (GLib.Environment.get_variable ("SECRET_BACKEND") == "file")
GLib.Environment.set_variable ("SECRET_FILE_TEST_PASSWORD", "test", false);
GLib.Environment.set_variable ("SECRET_FILE_TEST_PASSWORD", @"$(GGLib.Environment.get_user_name ())$(Build.DOMAIN)", false);
#endif

app = new Application ();
Expand Down

0 comments on commit fcfa29f

Please sign in to comment.