translate it

This commit is contained in:
2022-09-04 23:00:22 +02:00
parent deb4027400
commit 927428bd87
6 changed files with 30 additions and 25 deletions
+3 -3
View File
@@ -111,7 +111,7 @@ func (a *Api) checkAnswer(ctx *routing.Context) (err error) {
claims := &jwtgo.StandardClaims{
Id: id.String(),
Subject: answer.Name,
Issuer: "Anonymous Moroz Grandfather",
Issuer: "a quest",
IssuedAt: now.Unix(),
}
@@ -125,8 +125,8 @@ func (a *Api) checkAnswer(ctx *routing.Context) (err error) {
ctx.Response.Header.Set("Content-Type", "application/json")
_, err = ctx.WriteString(fmt.Sprintf(`
["переход на следующий уровень ищи в альтернативном имени безопасного узла",
"используй ключ чтобы открыть следующий уровень",
["to find the next level check the subject alternative name",
"and use there this key to continue",
"%s"]
`, jwt))
if err != nil {