ui: Add a link to change password through issue report
This commit is contained in:
parent
00f7399170
commit
9ac09278f6
2 changed files with 31 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
import ScoreGrid from '$lib/components/ScoreGrid.svelte';
|
||||
import TeamChangeName from '$lib/components/TeamChangeName.svelte';
|
||||
import TeamChangePassword from '$lib/components/TeamChangePassword.svelte';
|
||||
import TeamMembers from '$lib/components/TeamMembers.svelte';
|
||||
|
||||
import { my } from '$lib/stores/my.js';
|
||||
|
|
@ -33,6 +34,9 @@
|
|||
{#if !$settings.denyNameChange}
|
||||
<TeamChangeName />
|
||||
{/if}
|
||||
{#if $settings.acceptNewIssue}
|
||||
<TeamChangePassword />
|
||||
{/if}
|
||||
</Col>
|
||||
<Col md>
|
||||
<Card>
|
||||
|
|
|
|||
Reference in a new issue