This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
IcyNet.eu/src/script/views/OAuth2.vue

9 lines
130 B
Vue

<template lang="pug">
.root
h1 Manage OAuth2 Clients
</template>
<script type="text/javascript">
export default {}
</script>