mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Added credits/thank you page for contributors
This commit is contained in:
@@ -131,6 +131,13 @@
|
||||
data: { authorize: true },
|
||||
params: { animation: null }
|
||||
})
|
||||
.state('credits', {
|
||||
url: '/credits',
|
||||
templateUrl: 'app/settings/views/settingsCredits.html',
|
||||
controller: 'settingsCreditsController',
|
||||
data: { authorize: true },
|
||||
params: { animation: null }
|
||||
})
|
||||
.state('help', {
|
||||
url: '/help',
|
||||
templateUrl: 'app/settings/views/settingsHelp.html',
|
||||
|
||||
Reference in New Issue
Block a user