Closed jverkoey closed 8 years ago
MDMIsActiveTokenGenerator currently registers the token in its generate method. We should move this registration into the token's initializer. This ensures that the token is both registering and unregistering itself.
generate
MDMIsActiveTokenGenerator currently registers the token in its
generate
method. We should move this registration into the token's initializer. This ensures that the token is both registering and unregistering itself.