Skip to content

Commit

Permalink
another name
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Dec 12, 2023
1 parent 33952cf commit da5aae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/api_frontend.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func VerifierPageDisplayQRSIOP(c *gin.Context) {
return
}

c.HTML(http.StatusOK, "verifier_present_qr.html", gin.H{"qrcode": qr})
c.HTML(http.StatusOK, "verifier_present_qr", gin.H{"qrcode": qr})
}

// VerifierPageLoginExpired - Presents a page when the login session is expired
Expand Down

0 comments on commit da5aae7

Please sign in to comment.