-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
175011a
commit b1a5a90
Showing
8 changed files
with
1,986 additions
and
2,052 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,13 @@ | |
Before resetting your api key, please provide the current one. If you have forgotten the old API key you need to | ||
ask another admin in your instance, or the Fediseer admin | ||
<ng-container *ngIf="software === 'lemmy'"> | ||
(<a target="_blank" href="https://{{instance}}/u/[email protected]">@db0@lemmy.dbzer0.com</a>) | ||
(<a target="_blank" href="https://{{instance}}/u/[email protected]">@db0@lemmy.dbzer0.com</a>) | ||
</ng-container> | ||
<ng-container *ngIf="software === 'mastodon'"> | ||
(<a target="_blank" href="https://{{instance}}/@[email protected]">@db0@lemmy.dbzer0.com</a>) | ||
(<a target="_blank" href="https://{{instance}}/@[email protected]">@db0@lemmy.dbzer0.com</a>) | ||
</ng-container> | ||
<ng-container *ngIf="software !== 'mastodon' && software !== 'lemmy'"> | ||
(<a target="_blank" href="https://lemmyverse.link/u/[email protected]">@db0@lemmy.dbzer0.com</a>) | ||
(<a target="_blank" href="https://lemmyverse.link/u/[email protected]">@db0@lemmy.dbzer0.com</a>) | ||
</ng-container> | ||
to reset it for you. | ||
</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
|
||
export { AppServerModule } from './app/app.server.module'; | ||
// export { AppServerModule } from './app/app.server.module'; | ||
|
||
import {AppServerModule} from "./app/app.server.module"; | ||
|
||
export default AppServerModule; |
Oops, something went wrong.