You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linking to the sign in page on a disabled request form
instead of only displaying text in the notice we converted the text 'please log in' to be a clickable link to log in
issue #383
Co-authored-by: Adrian Carranza <[email protected]>
Co-authored-by: Jean Aragon <[email protected]>
body: ['To proceed with making a request, please log in to your account.'],
271
+
body: [<p>To proceed with making a request, <ahref="#"onClick={()=>signIn(process.env.NEXT_PUBLIC_PROVIDER_NAME)}>please log in</a> to your account.</p>],
0 commit comments