Set ShowGithubCorner to false.

This commit is contained in:
Yang Luo
2021-08-07 19:52:01 +08:00
parent d79544f34a
commit a271ef0719
3 changed files with 18 additions and 3 deletions

View File

@ -12,6 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
export const ShowGithubCorner = true
export const ShowGithubCorner = false
export const GithubRepo = "https://github.com/casbin/casdoor"