feat: add totp logic and ui

This commit is contained in:
Stavros
2025-03-06 19:22:12 +02:00
parent 61f4848f20
commit bd7a140676
11 changed files with 278 additions and 51 deletions

View File

@@ -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
}