Skip to content

Commit

Permalink
Fix CI tests run.
Browse files Browse the repository at this point in the history
Signed-off-by: allexzander <blackslayer4@gmail.com>
  • Loading branch information
allexzander committed Feb 8, 2021
1 parent e67623b commit b8a7d4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/guiutility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ bool Utility::openBrowser(const QUrl &url, QWidget *errorWidgetParent)
{
const QStringList allowedUrlSchemes = {
"http",
"https"
"https",
"oauthtest"
};

if (!allowedUrlSchemes.contains(url.scheme())) {
Expand Down

0 comments on commit b8a7d4b

Please sign in to comment.