Password Policy/App rename/PM Scheduling Improvements
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
<div class="form-grid">
|
||||
<v-switch v-model="form.webhook_enabled" label="Enable webhook delivery" color="primary" density="compact" hide-details />
|
||||
<div />
|
||||
<v-text-field v-model="form.webhook_url" class="full" label="Webhook URL" placeholder="https://example.com/hooks/mixedassets" />
|
||||
<v-text-field v-model="form.webhook_url" class="full" label="Webhook URL" placeholder="https://example.com/hooks/deprecore" />
|
||||
<v-text-field
|
||||
v-model="form.webhook_secret"
|
||||
type="password"
|
||||
:label="settings.webhook_secret_set ? 'Signing secret (unchanged)' : 'Signing secret (optional)'"
|
||||
hint="If set, each request is signed with HMAC-SHA256 in the X-MixedAssets-Signature header"
|
||||
hint="If set, each request is signed with HMAC-SHA256 in the X-DepreCore-Signature header"
|
||||
persistent-hint
|
||||
autocomplete="new-password"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user