♻️ Refactor the notification service to use gorush as push service
This commit is contained in:
@ -178,7 +178,7 @@ public class DysonTokenAuthHandler(
|
||||
{
|
||||
return new TokenInfo
|
||||
{
|
||||
Token = queryToken,
|
||||
Token = queryToken.ToString(),
|
||||
Type = TokenType.AuthKey
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user