Skip to content

Commit

Permalink
feat: add Screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
hexxone committed Feb 15, 2023
1 parent abedf3f commit 2d84fcf
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ If a User's profile picture fails to download even though the url is given, he h

If a User were to change/sell his Username, a random person would possibly be able to use this Service, but having Names over ID's is much more convenient for Management.

## Screenshots

### Login Page

![Login Page](./screenshots/01.jpg)

### Config Page

![Config Page 1](./screenshots/02.jpg)

![Config Page 2](./screenshots/03.jpg)

## Todo

- publish
Expand Down
2 changes: 1 addition & 1 deletion TeleJelly/Api/TelegramController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public async Task<IActionResult> Confirm([FromQuery] SortedDictionary<string, st
{
_logger.LogError(ex.ToString());

var errorPageUrl = WebUtility.UrlEncode($"{requestBase}/sso/Telegram/{nameof(Login)}?error={ex.Message}");
var errorPageUrl = WebUtility.UrlEncode($"/{nameof(Login)}?error={ex.Message}");

return await Task.FromResult<IActionResult>(Redirect(errorPageUrl));
}
Expand Down
File renamed without changes.
Binary file added screenshots/01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d84fcf

Please sign in to comment.