Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
hperl committed Feb 15, 2024
1 parent 6d112ce commit 10f62a2
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"type": "input",
"group": "default",
"group": "webauthn",
"attributes": {
"name": "webauthn_remove",
"type": "text",
"disabled": false,
"type": "submit",
"value": "666f6f666f6f",
"disabled": true,
"node_type": "input"
},
"messages": [
Expand All @@ -17,5 +18,16 @@
}
}
],
"meta": {}
"meta": {
"label": {
"id": 1050018,
"text": "Remove security key \"foo\"",
"type": "info",
"context": {
"added_at": "0001-01-01T00:00:00Z",
"added_at_unix": -62135596800,
"display_name": "foo"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
],
"webauthn_register_trigger": [
""
],
"webauthn_remove": [
"666f6f666f6f"
]
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"type": "input",
"group": "default",
"group": "webauthn",
"attributes": {
"name": "webauthn_remove",
"type": "text",
"disabled": false,
"type": "submit",
"value": "666f6f666f6f",
"disabled": true,
"node_type": "input"
},
"messages": [
Expand All @@ -17,5 +18,16 @@
}
}
],
"meta": {}
"meta": {
"label": {
"id": 1050018,
"text": "Remove security key \"foo\"",
"type": "info",
"context": {
"added_at": "0001-01-01T00:00:00Z",
"added_at_unix": -62135596800,
"display_name": "foo"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
],
"webauthn_register_trigger": [
""
],
"webauthn_remove": [
"666f6f666f6f"
]
}

0 comments on commit 10f62a2

Please sign in to comment.