We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5e181 commit d1df78aCopy full SHA for d1df78a
demo/graph-tutorial/src/AuthProvider.tsx
@@ -142,7 +142,7 @@ export default function withAuthProvider<T extends React.Component<AuthComponent
142
user: {
143
displayName: user.displayName,
144
email: user.mail || user.userPrincipalName,
145
- timeZone: user.mailboxSettings.timeZone,
+ timeZone: user.mailboxSettings.timeZone || 'UTC',
146
timeFormat: user.mailboxSettings.timeFormat
147
},
148
error: null
0 commit comments