Unverified Commit 099a50d0 authored by Eric_Lee's avatar Eric_Lee Committed by GitHub

MAF display error encoding (#53)

parent 629f8793
......@@ -9,13 +9,12 @@ import (
"github.com/jumpserver/koko/pkg/cctx"
"github.com/jumpserver/koko/pkg/common"
"github.com/jumpserver/koko/pkg/config"
"github.com/jumpserver/koko/pkg/i18n"
"github.com/jumpserver/koko/pkg/logger"
"github.com/jumpserver/koko/pkg/service"
)
var mfaInstruction = i18n.T("Please enter 6 digits.")
var mfaQuestion = i18n.T("[MFA auth]: ")
var mfaInstruction = "Please enter 6 digits."
var mfaQuestion = "[MFA auth]: "
const (
actionAccepted = "Accepted"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment