feat: update app name and icon (#18)
This commit is contained in:
parent
0b31f2c1b3
commit
c48f25c596
|
@ -1,5 +1,12 @@
|
|||
# Casdoor Authenticator App
|
||||
|
||||
[](https://github.com/casdoor/casdoor-app/actions/workflows/release.yml)
|
||||
[](https://github.com/casdoor/casdoor-app/releases/latest)
|
||||
[](https://github.com/casdoor/casdoor-app/issues)
|
||||
[](https://github.com/casdoor/casdoor-app/network)
|
||||
[](https://github.com/casdoor/casdoor-app/blob/master/LICENSE)
|
||||
[](https://discord.gg/5rPsrAzK7S)
|
||||
|
||||
Casdoor Authenticator App is a mobile application for iOS and Android that provides multi-factor authentication using the TOTP protocol. This app helps secure user accounts by generating time-based one-time passwords (TOTP). The app is developed using the React Native framework.
|
||||
|
||||
## Features
|
||||
|
|
6
app.json
6
app.json
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"expo": {
|
||||
"name": "casdoor-app",
|
||||
"slug": "casdoor-app",
|
||||
"name": "Casdoor",
|
||||
"slug": "Casdoor",
|
||||
"version": "1.0.0",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
|
@ -22,7 +22,7 @@
|
|||
},
|
||||
"android": {
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/adaptive-icon.png",
|
||||
"foregroundImage": "./assets/icon.png",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"package": "org.casdoor.casdoorapp",
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 17 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 38 KiB |
BIN
assets/icon.png
BIN
assets/icon.png
Binary file not shown.
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 38 KiB |
Loading…
Reference in New Issue