Skip to content
Snippets Groups Projects
Commit 0dae02df authored by Pascal Osterwinter's avatar Pascal Osterwinter
Browse files

Added Closing <tabs> tag

parent 63893ccd
No related branches found
No related tags found
1 merge request!197Added Key validation to code samples. (planning#302)
......@@ -62,8 +62,8 @@ Weitere Informationen zur Gültigkeitsprüfung finden sich in der technischen Ri
values={[
{ label: 'JavaScript', value: 'js', },
{ label: 'Java', value: 'java', },
]
}>
]}
>
<TabItem value="js">
Der [folgende Code](https://git.fitko.de/fit-connect/examples/-/blob/main/javascript/encryption/src/main.js) kann zur validierung der Schlüssel benutzt werden.
......@@ -141,7 +141,7 @@ private static void validateTrueOrElseThrow(boolean expression, String msg) {
```
</TabItem>
</Tabs>
## Nutzung des öffentlichen Schlüssels zur Verschlüsselung
<!-- https://git.fitko.de/fit-connect/examples/ -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment