Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
gkardava committed Jun 18, 2016
1 parent b1c9f8a commit fecf712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeePass/Sources/DropBox/DropBoxAuth.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace KeePass.Sources.DropBox
{
public partial class DropBoxAuth
{
private const string CALL_BACK = "http://7pass.wordpress.com"; //TODO remove url
private const string CALL_BACK = "https://github.com/gkardava/WinPass/blob/master/README.md"; //TODO remove url

private readonly DropNetClient _client;
private readonly ProgressIndicator _indicator;
Expand Down

0 comments on commit fecf712

Please sign in to comment.