Back to Frontend

SocialSignin.Scala

identity/app/views/fragments/socialSignin.scala.html

latest574 B
Original Source

@(route: views.SocialSigninRoutes, idRequest: services.IdentityRequest, idUrlBuilder: services.IdentityUrlBuilder, loginHint: Option[String] = None)(implicit request: RequestHeader) @import utils.ThirdPartyConditions

  • [@route.facebook.name with Facebook @fragments.inlineSvg("share-facebook-square", "icon", List("social-signin__icon", "social-signin__icon--fb"))](@idUrlBuilder.buildOAuthUrl()
  • [@route.google.name with Google @fragments.inlineSvg("share-google", "icon", List("social-signin__icon", "social-signin__icon--google"))](@idUrlBuilder.buildOAuthUrl()