// Copyright (C) 2019 Marius Schellenberger package core var ( IndexURI = "/" TotpURI = "/totp" LoginURI = "/login" LogoutURI = "/logout" AutoImport = "auto_import" ManualImport = "manual_import" Imported = "imported" )