SynBioDex / libSBOLj

Java Library for Synthetic Biology Open Language (SBOL)
Apache License 2.0
37 stars 24 forks source link

Logout doesn't call logout endpoint #612

Closed jvscholz closed 4 years ago

jvscholz commented 4 years ago

Doesn't call the logout endpoint

    /**
     * Sets the user to null to indicate that no user is logged in.
     */
    public void logout()
    {
        user = "";
        username = null;
    }
cjmyers commented 4 years ago

Should be fixed now.