1
0
mirror of https://shylinux.com/x/icebergs synced 2025-05-03 20:07:01 +08:00
This commit is contained in:
harveyshao 2022-04-01 09:34:02 +08:00
parent f1efc38f47
commit 221c999d30
2 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@ const AAA = "aaa"
var Index = &ice.Context{Name: AAA, Help: "认证模块"} var Index = &ice.Context{Name: AAA, Help: "认证模块"}
func init() { ice.Index.Register(Index, nil, ROLE, SESS, TOTP, USER, RSA) } func init() { ice.Index.Register(Index, nil, ROLE, SESS, TOTP, USER) }

View File

@ -1,4 +1,4 @@
package aaa package ssh
import ( import (
"crypto/rand" "crypto/rand"