mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 17:26:22 +01:00
fix UnsupportedOperationException on logout
This commit is contained in:
@@ -90,7 +90,8 @@ public class DisabledRememberMeManager implements RememberMeManager
|
||||
@Override
|
||||
public void onLogout(Subject subject)
|
||||
{
|
||||
throw new UnsupportedOperationException("Not supported yet."); // To change body of generated methods, choose Tools | Templates.
|
||||
|
||||
// do nothing
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user