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.
2 parents cd5e181 + d1df78a commit 281c11dCopy full SHA for 281c11d
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