2FA: Rename "Auth Secret" to "App Password" for more clarity #782 #808

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-01-19 18:10:01 +01:00
parent d3a67a6694
commit a4e2bb33b9
21 changed files with 171 additions and 162 deletions

View File

@@ -1,9 +1,10 @@
package commands
import (
"testing"
"github.com/photoprism/photoprism/pkg/capture"
"github.com/stretchr/testify/assert"
"testing"
)
func TestUsersModCommand(t *testing.T) {