Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jonas committed Sep 4, 2013
1 parent 0796bb5 commit 2a3e8ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public string GetName()

public bool AuthenticateAndLogin(string username, string password)
{
//Test
var requiredUsername = configSettings.Get("funnelweb.configuration.authentication.username");
var requiredPassword = configSettings.Get("funnelweb.configuration.authentication.password");

Expand Down

0 comments on commit 2a3e8ac

Please sign in to comment.