Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #364 from optician/master
Browse files Browse the repository at this point in the history
#363 LoginInfo explicit companion object.
  • Loading branch information
akkie committed May 31, 2015
2 parents 1eb99ee + 08466b5 commit e472532
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ case class LoginInfo(providerID: String, providerKey: String)
/**
* The companion object of the login info.
*/
object LoginInfo {
object LoginInfo extends ((String, String) => LoginInfo) {

/**
* Converts the [[com.mohiva.play.silhouette.api.LoginInfo]] to Json and vice versa.
Expand Down

0 comments on commit e472532

Please sign in to comment.