login username password.

This commit is contained in:
Miroslav Šedivý 2021-03-14 00:32:52 +01:00
parent 5101f0a9c3
commit 7d4f7694b9
4 changed files with 8 additions and 16 deletions

View file

@ -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() {