mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-30 01:17:13 +02:00
login username password.
This commit is contained in:
parent
5101f0a9c3
commit
7d4f7694b9
4 changed files with 8 additions and 16 deletions
|
@ -56,9 +56,7 @@ func (session *SessionCtx) CanAccessClipboard() bool {
|
|||
}
|
||||
|
||||
func (session *SessionCtx) GetProfile() types.MemberProfile {
|
||||
profile := session.profile
|
||||
profile.Secret = ""
|
||||
return profile
|
||||
return session.profile
|
||||
}
|
||||
|
||||
func (session *SessionCtx) profileChanged() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue