diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-09 10:20:31 +0530 | 
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-09 10:20:31 +0530 | 
| commit | 8f2180401fd05ba63633d9559dc156f5ca1573ba (patch) | |
| tree | f3d2f59b04d5940bc5028904d6ce9d551aace86a /main.go | |
| parent | cba9f19ba50c60576a5961e89c24caefca52d740 (diff) | |
logging in with either username or email
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ import (  	"log"  ) -const OPENBILLS_VERSION = "v0.0.5" +const OPENBILLS_VERSION = "v0.0.6"  func init() {  	if viper.GetBool("production_mode") {  |