mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-31 22:25:43 +00:00
feat: add totp logic and ui
This commit is contained in:
@@ -63,7 +63,7 @@ var GenerateCmd = &cobra.Command{
|
||||
// Check if user was using docker escape
|
||||
dockerEscape := false
|
||||
|
||||
if strings.Contains(user.Username, "$$") {
|
||||
if strings.Contains(iUser, "$$") {
|
||||
dockerEscape = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user