mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: add instance url to profile
This commit is contained in:
@@ -31,6 +31,8 @@ type Profile struct {
|
||||
Public bool
|
||||
// PasswordAuth is the flag whether the instance uses password authentication.
|
||||
PasswordAuth bool
|
||||
// InstanceURL is the url of your memos instance.
|
||||
InstanceURL string
|
||||
}
|
||||
|
||||
func (p *Profile) IsDev() bool {
|
||||
|
Reference in New Issue
Block a user