File tree Expand file tree Collapse file tree
(authenticated)/project/create
(unauthenticated)/register Expand file tree Collapse file tree Original file line number Diff line number Diff line change 238238 <ProjectTypeSelect bind:value ={$form .type } error ={$errors .type } />
239239
240240 <Select id ="org" label ={$t (' project.create.org' )} bind:value ={$form .orgId } error ={$errors .orgId }>
241- <option value ={ ' ' } >{$t (' project_page.organization.placeholder' )}</option >
241+ <option value ="" >{$t (' project_page.organization.placeholder' )}</option >
242242 {#each myOrgs as org }
243243 <option value ={org .id }>{org .name }</option >
244244 {/each }
Original file line number Diff line number Diff line change 1313
1414<TitlePage title ={$t (' register.title' )}>
1515 <div class =" flex flex-col pb-2" >
16- <RegisterWithGoogleButton href ={ ` /api/login/google ` } />
16+ <RegisterWithGoogleButton href =" /api/login/google" />
1717 </div >
1818 <div class ="divider lowercase" >{$t (' common.or' )}</div >
1919 <CreateUser handleSubmit ={register } onSubmitted ={onSubmit } />
You can’t perform that action at this time.
0 commit comments