forked from MapComplete/MapComplete
Fix: actually attempt to login when login button is pressed
This commit is contained in:
parent
553ee6d5aa
commit
f1de8a3d9d
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
</div>
|
||||
<LoginToggle ignoreLoading={true} slot="else" state={{osmConnection}}>
|
||||
<div slot="not-logged-in">
|
||||
<NextButton clss="primary">
|
||||
<NextButton clss="primary" on:click={() => osmConnection.AttemptLogin()}>
|
||||
Please log in to use MapComplete Studio
|
||||
</NextButton>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue