Skip to content

Commit

Permalink
Update video link
Browse files Browse the repository at this point in the history
  • Loading branch information
ismartcoding committed Feb 7, 2024
1 parent 21118e8 commit e5888f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PlainApp is an open-source application that allows you to manage your phone thro

PlainApp's minimalist design is intentional, so you can focus on what matters most: your valuable data.

Video: https://www.youtube.com/watch?v=RvO18j4r95o
Video: https://www.youtube.com/watch?v=TjRhC8pSQ6Q

Reddit: https://www.reddit.com/r/plainapp

Expand Down
2 changes: 1 addition & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

简朴的极简设计是有意为之,让您能够专注于最重要的事情:您宝贵的数据。

视频: https://www.youtube.com/watch?v=RvO18j4r95o
视频: https://www.youtube.com/watch?v=TjRhC8pSQ6Q

Reddit: https://www.reddit.com/r/plainapp

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/ismartcoding/plain/web/HttpModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ object HttpModule {
call.respond(HttpStatusCode.Forbidden, "web_access_disabled")
return@post
}
HttpServerManager.clientIpCache[clientId] = call.request.origin.remoteHost
HttpServerManager.clientIpCache[clientId] = call.request.origin.remoteAddress
if (PasswordTypePreference.getValueAsync(MainApp.instance) == PasswordType.NONE) {
call.respondText(HttpServerManager.resetPasswordAsync())
} else {
Expand Down

0 comments on commit e5888f7

Please sign in to comment.