web/flows: remove continue button from AutoSubmit stage (#10253)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -51,11 +51,6 @@ export class AutosubmitStage extends BaseStage<
|
||||
/>`;
|
||||
})}
|
||||
<ak-empty-state ?loading="${true}"> </ak-empty-state>
|
||||
<div class="pf-c-form__group pf-m-action">
|
||||
<button type="submit" class="pf-c-button pf-m-primary pf-m-block">
|
||||
${msg("Continue")}
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<footer class="pf-c-login__main-footer">
|
||||
|
Reference in New Issue
Block a user