[docs] Fix the location for auth faq
This commit is contained in:
committed by
Neeraj Gupta
parent
c6120f33de
commit
9a8e76b494
@@ -66,6 +66,7 @@ export const sidebar = [
|
||||
text: "Auth",
|
||||
items: [
|
||||
{ text: "Introduction", link: "/auth/" },
|
||||
{ text: "FAQ", link: "/auth/faq/" },
|
||||
{
|
||||
text: "Migration guides",
|
||||
collapsed: true,
|
||||
|
||||
21
docs/docs/auth/faq/index.md
Normal file
21
docs/docs/auth/faq/index.md
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
|
||||
# Frequently Asked Questions
|
||||
|
||||
### How secure is ente Auth?
|
||||
All codes you backup via Ente is stored end-to-end encrypted. This means only you can access your codes. Our apps are open source and our cryptography has been externally audited.
|
||||
|
||||
### Can I access my codes on desktop?
|
||||
You can access your codes on the web @ [auth.ente.io](https://auth.ente.io).
|
||||
|
||||
### How can I delete or edit codes?
|
||||
You can delete or edit a code by swiping left on that item.
|
||||
|
||||
### How can I support this project?
|
||||
You can support the development of this project by subscribing to our Photos app @ [ente.io](https://ente.io).
|
||||
|
||||
### How can I enable FaceID lock in Ente Auth?
|
||||
You can enable FaceID lock under Settings → Security → Lockscreen.
|
||||
|
||||
### Why does the desktop and mobile app displays different code?
|
||||
Please verify that the time on both your mobile and desktop is same.
|
||||
@@ -1,18 +1,11 @@
|
||||
---
|
||||
title: FAQ
|
||||
description: Frequently asked questions about Ente Photos
|
||||
---
|
||||
|
||||
|
||||
# Frequently Asked Questions (FAQs)
|
||||
# FAQ
|
||||
|
||||
### How secure is ente Auth?
|
||||
All codes you backup via Ente is stored end-to-end encrypted. This means only you can access your codes. Our apps are open source and our cryptography has been externally audited.
|
||||
|
||||
### Can I access my codes on desktop?
|
||||
You can access your codes on the web @ [auth.ente.io](https://auth.ente.io).
|
||||
_Coming soon_. On this page we'll document some help items in a question and answer format.
|
||||
|
||||
### How can I delete codes?
|
||||
You can delete a code by swiping left on that item.
|
||||
|
||||
### How can I support this project?
|
||||
You can support the development of this project by subscribing to our Photos app @ [ente.io](https://ente.io).
|
||||
|
||||
### How can I enable FaceID lock in Ente Auth?
|
||||
You can enable FaceID lock under Settings → Security → Lockscreen.
|
||||
|
||||
Reference in New Issue
Block a user