providers/oauth2: fix redirect uri input (#12122)
* fix elements disappearing Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix incorrect field input Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix wizard form and display Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		| @ -234,6 +234,7 @@ export class OAuth2ProviderFormPage extends BaseProviderForm<OAuth2Provider> { | ||||
|                                 akOAuthRedirectURIInput({ | ||||
|                                     ".redirectURI": f, | ||||
|                                     "style": "width: 100%", | ||||
|                                     "name": "oauth2-redirect-uri", | ||||
|                                 } as unknown as IRedirectURIInput)} | ||||
|                         > | ||||
|                         </ak-array-input> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens L.
					Jens L.