1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00

(ui) display authorization callback url directly in interface

This commit is contained in:
Sylvain 2022-04-12 15:20:10 +02:00
parent 71be3cce93
commit c0e8c4d91a

View File

@ -30,7 +30,6 @@ export const Oauth2Form = <TFieldValues extends FieldValues>({ register, strateg
return (
<div className="oauth2-form">
<hr/>
<FabOutputCopy text={buildCallbackUrl()} label={t('app.admin.authentication.oauth2_form.authorization_callback_url')} />
<FormInput id="providable_attributes.base_url"
register={register}
placeholder="https://sso.example.net..."