mirror of
https://shylinux.com/x/icebergs
synced 2025-05-03 20:07:01 +08:00
opt some
This commit is contained in:
parent
f1efc38f47
commit
221c999d30
@ -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) }
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package aaa
|
package ssh
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"crypto/rand"
|
"crypto/rand"
|
Loading…
x
Reference in New Issue
Block a user