[CHANGE] Reworked client creation
This commit is contained in:
@@ -24,7 +24,6 @@ public partial class AuthenticationHasher : ComponentBase
|
||||
|
||||
private void Hash()
|
||||
{
|
||||
var hashedValue= AuthenticationUtilities.GetSapisidHash(DatasyncId, SecureCookie, Origin, Time);
|
||||
OutputHash = hashedValue ?? "Hash failed!";
|
||||
OutputHash = AuthenticationUtilities.GetSapisidHash(DatasyncId, SecureCookie, Origin, Time);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user