From 68d9003f8d8d2adcba43cad6366eca5365110e48 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Tue, 5 Apr 2022 21:15:57 +0200 Subject: feat(web/ui): Add support for unauthenticated user access This change updates the web UI and API to support unauthenticated user access. Such functionality is helpful when there is just a single user that wants to try OpenDC. --- opendc-web/opendc-web-ui/public/img/avatar.svg | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 opendc-web/opendc-web-ui/public/img/avatar.svg (limited to 'opendc-web/opendc-web-ui/public') diff --git a/opendc-web/opendc-web-ui/public/img/avatar.svg b/opendc-web/opendc-web-ui/public/img/avatar.svg new file mode 100644 index 00000000..73726f9b --- /dev/null +++ b/opendc-web/opendc-web-ui/public/img/avatar.svg @@ -0,0 +1,18 @@ + + + + + + + + + + -- cgit v1.2.3