Skip to content

Commit 3ebef7f

Browse files
fix(Authenticate.tsx): call idpe's me function to maintain backwards compatibility (#6060)
1 parent a1c1a41 commit 3ebef7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Authenticate.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ class AuthenticateUnconnected extends PureComponent<Props, State> {
104104
try {
105105
if (isFlagEnabled('quartzSession')) {
106106
await this.props.getQuartzIdentityThunkNoErrorHandling()
107+
// TODO: completing https://github.com/influxdata/ui/issues/5826 will make this
108+
// line unnecessary
109+
await this.props.getIdpeMeThunk()
107110
} else {
108111
await this.props.getIdpeMeThunk()
109112
}

0 commit comments

Comments
 (0)