Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ public class OAuthPrompt : Dialog
private const string PersistedState = "state";
private const string PersistedExpires = "expires";

// Default prompt timeout of 15 minutes (in ms)
private const int DefaultPromptTimeout = 54000000;
// Default prompt timeout of 15 minutes (in ms)
private const int DefaultPromptTimeout = 900000;

// regex to check if code supplied is a 6 digit numerical code (hence, a magic code).
private readonly Regex _magicCodeRegex = new Regex(@"(\d{6})");
Expand Down