You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* registration flow updaters
* google example, remove some options
* prevent setting update and some flows from displaying
* reroute after register
* simplify node preperations
* format
initialFlow.ui.messages=[{id: 400002,type: "error",text: "An account with the same identifier exists already and can not be linked by social-sign-in."}]
{selectedRole==='engineer' ? 'Administers the project and works on programmatic tasks such as labeling automation or filter settings.' : selectedRole==='expert' ? 'Working on reference manual labels, which can be used by the engineering team to estimate the data quality.' : 'Working on manual labels as if they were heuristics. They can be switched on/off by the engineering team, so that the engineers can in - or exclude them during weak supervision.'}
{selectedRole==='engineer' ? 'They have access to all features of the application, including the Python SDK.' : selectedRole==='expert' ? 'They have access to the labeling view only.' : 'They have access to a task-minimized labeling view only. Engineers can revoke their access to the labeling view.'}
{selectedRole==='engineer' ? 'Administers the project and works on programmatic tasks such as labeling automation or filter settings.' : selectedRole==='expert' ? 'Working on reference manual labels, which can be used by the engineering team to estimate the data quality.' : 'Working on manual labels as if they were heuristics. They can be switched on/off by the engineering team, so that the engineers can in - or exclude them during weak supervision.'}
{selectedRole==='engineer' ? 'They have access to all features of the application, including the Python SDK.' : selectedRole==='expert' ? 'They have access to the labeling view only.' : 'They have access to a task-minimized labeling view only. Engineers can revoke their access to the labeling view.'}
184
+
</p>
185
+
<DemoFlowonSubmit={onSubmit}flow={changedFlow}/>
186
+
</>)}
156
187
</div>
157
188
<divclassName="link-container">
158
-
{!MiscInfo.isDemo ? (<aclassName="link"data-testid="forgot-password"href="/auth/recovery">Forgot your password?</a>) : (<></>)}
189
+
{!MiscInfo.isDemo ?
190
+
!isAccLinkageRequested ?
191
+
<aclassName="link"data-testid="forgot-password"href="/auth/recovery">Forgot your password?</a>
192
+
: <aclassName="link"data-testid="back-to-login"href="/auth/login">Go back to login</a>
0 commit comments