mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-18 03:01:05 +01:00
fix UnsupportedOperationException on logout
This commit is contained in:
@@ -90,7 +90,8 @@ public class DisabledRememberMeManager implements RememberMeManager
|
|||||||
@Override
|
@Override
|
||||||
public void onLogout(Subject subject)
|
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