mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 07:04:45 -04:00
feat: change email auth config to local
This was done to use the same term. Also email was the old term from HedgeDoc 1 and wildly inaccurate. As we never checked any mail addresses, in fact it was more of a username than anything else. Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
43242cccc9
commit
e7eb6694a6
5 changed files with 24 additions and 24 deletions
|
@ -71,10 +71,10 @@ export class AuthProviders {
|
|||
oauth2: boolean;
|
||||
|
||||
/**
|
||||
* Is internal auth available?
|
||||
* Is local auth available?
|
||||
*/
|
||||
@IsBoolean()
|
||||
internal: boolean;
|
||||
local: boolean;
|
||||
}
|
||||
|
||||
export class BrandingDto {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue