docs: Move 'User Profiles & Authentication' to design docs

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2023-03-12 20:32:19 +01:00
parent 8bb39b8c6d
commit 162a8e8816
3 changed files with 7 additions and 2 deletions

View file

@ -52,7 +52,7 @@ export class Identity {
/**
* If the identity should be used as the sync source.
* See [authentication doc](../../docs/content/dev/authentication.md) for clarification
* See [authentication doc](../../docs/content/dev/user_profiles.md) for clarification
*/
@Column()
syncSource: boolean;