JSDoc, closes #5874
This commit is contained in:
@@ -3,7 +3,7 @@ import env from "@server/env";
|
||||
import OAuthClient from "./oauth";
|
||||
|
||||
type AzurePayload = {
|
||||
/* A GUID that represents the Azure AD tenant that the user is from */
|
||||
/** A GUID that represents the Azure AD tenant that the user is from */
|
||||
tid: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user