mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-21 15:54:22 +01:00
(ui) display authorization callback url directly in interface
This commit is contained in:
parent
71be3cce93
commit
c0e8c4d91a
@ -30,7 +30,6 @@ export const Oauth2Form = <TFieldValues extends FieldValues>({ register, strateg
|
|||||||
return (
|
return (
|
||||||
<div className="oauth2-form">
|
<div className="oauth2-form">
|
||||||
<hr/>
|
<hr/>
|
||||||
<FabOutputCopy text={buildCallbackUrl()} label={t('app.admin.authentication.oauth2_form.authorization_callback_url')} />
|
|
||||||
<FormInput id="providable_attributes.base_url"
|
<FormInput id="providable_attributes.base_url"
|
||||||
register={register}
|
register={register}
|
||||||
placeholder="https://sso.example.net..."
|
placeholder="https://sso.example.net..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user