fix small mistakes

This commit is contained in:
Thomas Schuster
2024-05-26 16:52:53 +02:00
parent fc97735703
commit bc3ec3cc54
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -373,6 +373,7 @@ if (process.env.NEXT_PUBLIC_AZURE_AD_ENABLED === "true") {
const { "not-before-policy": _, refresh_expires_in, ...data } = account;
return _linkAccount ? _linkAccount(data) : undefined;
};
}
// Azure AD
if (process.env.NEXT_PUBLIC_AZURE_AD_ENABLED === "true") {