This commit is contained in:
2022-03-14 11:23:35 +09:00
parent 5eb483e8be
commit 929e92e187
2 changed files with 3 additions and 2 deletions

View File

@@ -128,6 +128,8 @@ func (dnsObj *FreeDNS) Logout() error {
if err != nil {
return err
}
dnsObj.AuthCookie = nil
return nil
}