Change Cancel buttons to error style
This commit is contained in:
committed by
Quentin Gliech
parent
f033a031d8
commit
61355a39f1
@@ -74,7 +74,7 @@ limitations under the License.
|
||||
<div class="grid grid-cols-2 gap-4">
|
||||
{{ back_to_client::link(
|
||||
text="Cancel",
|
||||
class=button::text_class(),
|
||||
class=button::plain_error_class(),
|
||||
uri=grant.redirect_uri,
|
||||
mode=grant.response_mode,
|
||||
params=dict(error="access_denied", state=grant.state)
|
||||
|
||||
@@ -31,7 +31,7 @@ limitations under the License.
|
||||
<div class="grid grid-cols-2 gap-4">
|
||||
{{ back_to_client::link(
|
||||
text="Cancel",
|
||||
class=button::text_class(),
|
||||
class=button::plain_error_class(),
|
||||
uri=next.grant.redirect_uri,
|
||||
mode=next.grant.response_mode,
|
||||
params=dict(error="access_denied", state=next.grant.state)
|
||||
|
||||
@@ -31,7 +31,7 @@ limitations under the License.
|
||||
<div class="grid grid-cols-2 gap-4">
|
||||
{{ back_to_client::link(
|
||||
text="Cancel",
|
||||
class=button::text_class(),
|
||||
class=button::plain_error_class(),
|
||||
uri=next.grant.redirect_uri,
|
||||
mode=next.grant.response_mode,
|
||||
params=dict(error="access_denied", state=next.grant.state)
|
||||
|
||||
@@ -33,7 +33,7 @@ limitations under the License.
|
||||
<div class="grid grid-cols-2 gap-4">
|
||||
{{ back_to_client::link(
|
||||
text="Cancel",
|
||||
class=button::text_class(),
|
||||
class=button::plain_error_class(),
|
||||
uri=next.grant.redirect_uri,
|
||||
mode=next.grant.response_mode,
|
||||
params=dict(error="access_denied", state=next.grant.state)
|
||||
|
||||
Reference in New Issue
Block a user