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:
parent
71be3cce93
commit
c0e8c4d91a
@ -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..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user