File tree Expand file tree Collapse file tree 6 files changed +8
-6
lines changed
organization-[organization] Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 55
55
</button >
56
56
<svelte:fragment slot =" list" >
57
57
{#each $organizationList .teams as org }
58
- <DropListLink href ={` ${base }/console/organization-${org .$id } ` }>
58
+ <DropListLink
59
+ href ={` ${base }/console/organization-${org .$id } ` }
60
+ on:click ={() => (showDropdown = false )}>
59
61
{org .name }
60
62
</DropListLink >
61
63
{/each }
Original file line number Diff line number Diff line change 84
84
<CopyInput
85
85
value ={` ${
86
86
sdkForConsole .client .config .endpoint
87
- }/account/session /oauth2/callback/${provider .name .toLocaleLowerCase ()}/${projectId } ` } />
87
+ }/account/sessions /oauth2/callback/${provider .name .toLocaleLowerCase ()}/${projectId } ` } />
88
88
</div >
89
89
</FormList >
90
90
<svelte:fragment slot =" footer" >
Original file line number Diff line number Diff line change 93
93
<CopyInput
94
94
value ={` ${
95
95
sdkForConsole .client .config .endpoint
96
- }/account/session /oauth2/callback/${provider .name .toLocaleLowerCase ()}/${projectId } ` } />
96
+ }/account/sessions /oauth2/callback/${provider .name .toLocaleLowerCase ()}/${projectId } ` } />
97
97
</div >
98
98
</FormList >
99
99
<svelte:fragment slot =" footer" >
Original file line number Diff line number Diff line change 84
84
<CopyInput
85
85
value ={` ${
86
86
sdkForConsole .client .config .endpoint
87
- }/account/session /oauth2/callback/${provider .name .toLocaleLowerCase ()}/${projectId } ` } />
87
+ }/account/sessions /oauth2/callback/${provider .name .toLocaleLowerCase ()}/${projectId } ` } />
88
88
</div >
89
89
</FormList >
90
90
<svelte:fragment slot =" footer" >
Original file line number Diff line number Diff line change 93
93
<CopyInput
94
94
value ={` ${
95
95
sdkForConsole .client .config .endpoint
96
- }/account/session /oauth2/callback/${provider .name .toLocaleLowerCase ()}/${projectId } ` } />
96
+ }/account/sessions /oauth2/callback/${provider .name .toLocaleLowerCase ()}/${projectId } ` } />
97
97
</div >
98
98
</FormList >
99
99
<svelte:fragment slot =" footer" >
Original file line number Diff line number Diff line change 102
102
<CopyInput
103
103
value ={` ${
104
104
sdkForConsole .client .config .endpoint
105
- }/account/session /oauth2/callback/${provider .name .toLocaleLowerCase ()}/${projectId } ` } />
105
+ }/account/sessions /oauth2/callback/${provider .name .toLocaleLowerCase ()}/${projectId } ` } />
106
106
</div >
107
107
</FormList >
108
108
<svelte:fragment slot =" footer" >
You can’t perform that action at this time.
0 commit comments