Update OpenID server handler with proper interface. fixes http://opensimulator.org/mantis/view.php?id=7301
parent
bc0895c758
commit
dabb8e62f4
|
@ -147,7 +147,7 @@ namespace OpenSim.Server.Handlers.Authentication
|
|||
#endregion
|
||||
}
|
||||
|
||||
public class OpenIdStreamHandler : BaseOutputStreamHandler
|
||||
public class OpenIdStreamHandler : BaseOutputStreamHandler, IStreamHandler
|
||||
{
|
||||
#region HTML
|
||||
|
||||
|
|
Loading…
Reference in New Issue