Skip to content

Commit 938d1f7

Browse files
committed
use BoolFlag instead
1 parent e6827d4 commit 938d1f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/admin.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ var (
5959
Value: "custom/conf/app.ini",
6060
Usage: "Custom configuration file path",
6161
},
62-
cli.StringFlag{
62+
cli.BoolFlag{
6363
Name: "must-change-password",
64-
Value: "false",
6564
Usage: "Force the user to change his/her password after initial login",
6665
},
6766
},

0 commit comments

Comments
 (0)